From 492fdc456c62fdd78337a62e02d6ab77380317f3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 11 Feb 2021 18:59:38 +0100 Subject: [PATCH] python3-cryptography: switch to OpenSSL --- srcpkgs/python3-cryptography/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index af9674c186e..27fbe57203a 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,12 +1,12 @@ # Template file for 'python3-cryptography' pkgname=python3-cryptography version=3.4.6 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module build_helper="rust" hostmakedepends="python3-setuptools-rust python3-cffi cargo" -makedepends="python3-devel libressl-devel" +makedepends="python3-devel openssl-devel" depends="python3-cffi" checkdepends="python3-pytest-subtests python3-pytz python3-iso8601 python3-cryptography_vectors python3-pretend python3-hypothesis $depends"