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'
|
||||
pkgname=python3-crcmod
|
||||
version=1.7
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="crcmod-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="crcmod"
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Python3 CRC generator"
|
||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue