[packages/python3-cryptography] - rel 2, fix build on x32 (point maturin at the right interpreter)
baggins
baggins at pld-linux.org
Sun May 25 16:53:51 CEST 2025
commit dbd5ae157eacbef12d0dfaa5500d9648ddaeac21
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun May 25 18:20:23 2025 +0200
- rel 2, fix build on x32 (point maturin at the right interpreter)
python3-cryptography.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python3-cryptography.spec b/python3-cryptography.spec
index 588071e..1546175 100644
--- a/python3-cryptography.spec
+++ b/python3-cryptography.spec
@@ -9,7 +9,7 @@ Summary: Crypthography library for Python 3
Summary(pl.UTF-8): Biblioteka Cryptography dla Pythona 3
Name: python3-cryptography
Version: 45.0.2
-Release: 1
+Release: 2
License: Apache v2.0 or BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/cryptography/
@@ -118,6 +118,7 @@ export CARGO_TERM_VERBOSE=true
%ifarch x32
export CARGO_BUILD_TARGET=x86_64-unknown-linux-gnux32
export PKG_CONFIG_ALLOW_CROSS=1
+export PYO3_CROSS_LIB_DIR=%{_libdir}
%endif
export CFLAGS="%{rpmcflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-cryptography.git/commitdiff/dbd5ae157eacbef12d0dfaa5500d9648ddaeac21
More information about the pld-cvs-commit
mailing list