From 9677149e3790b0a2a9670ccf4803abfcc37e37b3 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:39 +0100 Subject: [PATCH] python3-scrypt: rebuild against OpenSSL --- srcpkgs/python3-scrypt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template index 5008c8dfbb..f73f4c5557 100644 --- a/srcpkgs/python3-scrypt/template +++ b/srcpkgs/python3-scrypt/template @@ -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 " license="BSD-2-Clause"