python3-pbkdf2: add missing python3 dependency
This commit is contained in:
parent
17dfa35bb7
commit
3e31ec5697
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue