python3-filebytes: add missing python3 dependency
This commit is contained in:
parent
9919f3dbfb
commit
062d8873e0
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-filebytes'
|
# Template file for 'python3-filebytes'
|
||||||
pkgname=python3-filebytes
|
pkgname=python3-filebytes
|
||||||
version=0.10.2
|
version=0.10.2
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="filebytes-${version}"
|
wrksrc="filebytes-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Library to read and edit ELF, PE, and other files"
|
short_desc="Library to read and edit ELF, PE, and other files"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in a new issue