From 9a0e3a9e8aaac79ba70caffe8f8deb5806881ff1 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:38 +0100 Subject: [PATCH] python-M2Crypto: rebuild against OpenSSL --- srcpkgs/python-M2Crypto/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template index 7a85be3041..4c684d18f5 100644 --- a/srcpkgs/python-M2Crypto/template +++ b/srcpkgs/python-M2Crypto/template @@ -1,12 +1,12 @@ # Template file for 'python-M2Crypto' pkgname=python-M2Crypto version=0.35.2 -revision=5 +revision=6 wrksrc="M2Crypto-${version}" build_style=python-module pycompile_module="M2Crypto" -hostmakedepends="python-setuptools python3-setuptools swig libressl-devel" -makedepends="libressl-devel python-devel python3-devel" +hostmakedepends="python-setuptools python3-setuptools swig openssl-devel" +makedepends="openssl-devel python-devel python3-devel" depends="python-typing" short_desc="Python2 crypto and SSL toolkit" maintainer="Orphaned "