python3-crcmod: add missing python3 dependency
This commit is contained in:
parent
61a3d81607
commit
f423f8a599
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'python3-crcmod'
|
# Template file for 'python3-crcmod'
|
||||||
pkgname=python3-crcmod
|
pkgname=python3-crcmod
|
||||||
version=1.7
|
version=1.7
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="crcmod-${version}"
|
wrksrc="crcmod-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="crcmod"
|
pycompile_module="crcmod"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 CRC generator"
|
short_desc="Python3 CRC generator"
|
||||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue