python3-bitstring: add missing python3 dependency
This commit is contained in:
parent
356d8f1689
commit
a519440817
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-bitstring'
|
||||
pkgname=python3-bitstring
|
||||
version=3.1.7
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="bitstring-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python module for creation and analysis of binary data"
|
||||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue