python3-scrypt: add missing python3 dependency
This commit is contained in:
parent
37afdf6da7
commit
9090356b9b
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-scrypt'
|
||||
pkgname=python3-scrypt
|
||||
version=0.8.17
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="scrypt-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel openssl-devel"
|
||||
depends="python3"
|
||||
short_desc="Python 3 bindings for the scrypt key derivation function"
|
||||
maintainer="projectmoon <projectmoon@agnos.is>"
|
||||
license="BSD-2-Clause"
|
||||
|
|
Loading…
Reference in New Issue