From f77d321d86c31efbf14a47a2fd68f8ffc3efd2d7 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:46 -0400 Subject: [PATCH] python-cryptography: rebuild for openssl3 --- srcpkgs/python-cryptography/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template index 2f41bde16a9..208be9dade3 100644 --- a/srcpkgs/python-cryptography/template +++ b/srcpkgs/python-cryptography/template @@ -1,7 +1,7 @@ # Template file for 'python-cryptography' pkgname=python-cryptography version=3.3.2 -revision=2 +revision=3 build_style=python2-module hostmakedepends="python-setuptools openssl-devel python-enum34 python-ipaddress python-six python-cffi python-idna"