python3-pbkdf2: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:07 +01:00
parent 17dfa35bb7
commit 3e31ec5697

View file

@ -1,10 +1,11 @@
# Template file for 'python3-pbkdf2'
pkgname=python3-pbkdf2
version=1.3
revision=7
revision=8
wrksrc="pbkdf2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Password-based key derivation function PBKDF2 (Python3)"
maintainer="Charles E. Lehner <cel@celehner.com>"
license="MIT"