From 76958a7ab84dca2b98bbbe8b3e9f36c322337c9b Mon Sep 17 00:00:00 2001 From: OscarL Date: Thu, 23 Mar 2023 07:46:03 -0300 Subject: [PATCH] cryptography: fix build (#8066) No need for PYTHON_LIBSUFFIXES for Python > 3.7. Fixed cffi requirement on 32 bits. --- dev-python/cryptography/cryptography-3.3.2.recipe | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/cryptography/cryptography-3.3.2.recipe b/dev-python/cryptography/cryptography-3.3.2.recipe index 8f19c29f3..8624b9861 100644 --- a/dev-python/cryptography/cryptography-3.3.2.recipe +++ b/dev-python/cryptography/cryptography-3.3.2.recipe @@ -35,23 +35,21 @@ BUILD_PREREQUIRES=" PYTHON_PACKAGES=(python39 python310) PYTHON_VERSIONS=(3.9 3.10) -PYTHON_LIBSUFFIXES+=(m) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} -pythonLibSuffix=${PYTHON_LIBSUFFIXES[$i]} eval "PROVIDES_$pythonPackage=\" ${portName}_$pythonPackage = $portVersion \"" eval "REQUIRES_$pythonPackage=\" haiku$secondaryArchSuffix asn1crypto_$pythonPackage - cffi${secondaryArchSuffix}_$pythonPackage + cffi_$pythonPackage idna_$pythonPackage pyasn1_$pythonPackage six_$pythonPackage lib:libcrypto$secondaryArchSuffix - lib:libpython$pythonVersion$pythonLibSuffix$secondaryArchSuffix + lib:libpython$pythonVersion$secondaryArchSuffix lib:libssl$secondaryArchSuffix \"" if [ "$targetArchitecture" = "x86_gcc2" ]; then