python3-scrypt: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:39 +01:00
parent dead57f4a3
commit 9677149e37

View file

@ -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"