From 9e2f774b3a62df2d03058fc548be076e6eaa8a5d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 25 Mar 2022 21:03:59 +0800 Subject: security/py-pycrypto: Fix build with setuptools 58.0.0+ --- security/py-pycrypto/files/patch-setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/py-pycrypto/files/patch-setup.py') diff --git a/security/py-pycrypto/files/patch-setup.py b/security/py-pycrypto/files/patch-setup.py index dc0e8867a937..5cc99bb52080 100644 --- a/security/py-pycrypto/files/patch-setup.py +++ b/security/py-pycrypto/files/patch-setup.py @@ -1,6 +1,6 @@ ---- ./setup.py.orig 2012-10-03 15:57:50.000000000 +1000 -+++ ./setup.py 2012-10-03 15:57:50.000000000 +1000 -@@ -136,6 +136,7 @@ +--- setup.py.orig 2013-10-14 21:38:10 UTC ++++ setup.py +@@ -136,6 +136,7 @@ class PCTBuildExt (build_ext): # especially helps the DES modules. self.__add_compiler_option("-O3") self.__add_compiler_option("-fomit-frame-pointer") -- cgit v1.2.3