python3-bitstring: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:02 +01:00
parent 356d8f1689
commit a519440817

View file

@ -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"