python3-hkdf: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:04 +01:00
parent e52fdbfbe3
commit 35fc2d9081

View file

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