python3-hkdf: add missing python3 dependency
This commit is contained in:
parent
e52fdbfbe3
commit
35fc2d9081
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-hkdf'
|
# Template file for 'python3-hkdf'
|
||||||
pkgname=python3-hkdf
|
pkgname=python3-hkdf
|
||||||
version=0.0.3
|
version=0.0.3
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="hkdf-${version}"
|
wrksrc="hkdf-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="hkdf.py"
|
pycompile_module="hkdf.py"
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="HMAC Key Derivation module"
|
short_desc="HMAC Key Derivation module"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue