python3-scrypt: rebuild against OpenSSL
This commit is contained in:
parent
dead57f4a3
commit
9677149e37
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-scrypt'
|
# Template file for 'python3-scrypt'
|
||||||
pkgname=python3-scrypt
|
pkgname=python3-scrypt
|
||||||
version=0.8.17
|
version=0.8.17
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="scrypt-${version}"
|
wrksrc="scrypt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel libressl-devel"
|
makedepends="python3-devel openssl-devel"
|
||||||
short_desc="Python 3 bindings for the scrypt key derivation function"
|
short_desc="Python 3 bindings for the scrypt key derivation function"
|
||||||
maintainer="projectmoon <projectmoon@agnos.is>"
|
maintainer="projectmoon <projectmoon@agnos.is>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Reference in a new issue