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'
|
||||
pkgname=python3-scrypt
|
||||
version=0.8.17
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="scrypt-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel libressl-devel"
|
||||
makedepends="python3-devel openssl-devel"
|
||||
short_desc="Python 3 bindings for the scrypt key derivation function"
|
||||
maintainer="projectmoon <projectmoon@agnos.is>"
|
||||
license="BSD-2-Clause"
|
||||
|
|
Loading…
Reference in a new issue