python3-filebytes: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:04 +01:00
parent 9919f3dbfb
commit 062d8873e0

View file

@ -1,10 +1,11 @@
# Template file for 'python3-filebytes'
pkgname=python3-filebytes
version=0.10.2
revision=3
revision=4
wrksrc="filebytes-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Library to read and edit ELF, PE, and other files"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"