]> git.pld-linux.org Git - packages/python3-cryptography.git/commitdiff
- x32 build fix; release 2 master auto/th/python3-cryptography-41.0.4-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Oct 2023 05:47:29 +0000 (07:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Oct 2023 05:47:29 +0000 (07:47 +0200)
python3-cryptography.spec

index 313e08b61acf43fa8c7d4ab3e4ba921c241504c7..797eb03847beac9548e1bcb61e5cdbf5bb6b5ee9 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Crypthography library for Python 3
 Summary(pl.UTF-8):     Biblioteka Cryptography dla Pythona 3
 Name:          python3-cryptography
 Version:       41.0.4
-Release:       1
+Release:       2
 License:       Apache v2.0 or BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/cryptography/
@@ -112,6 +112,7 @@ export RUSTFLAGS="%{rpmrustflags}"
 export CARGO_TERM_VERBOSE=true
 %ifarch x32
 export CARGO_BUILD_TARGET=x86_64-unknown-linux-gnux32
+export PKG_CONFIG_ALLOW_CROSS=1
 %endif
 
 export CFLAGS="%{rpmcflags}"
@@ -139,6 +140,7 @@ export RUSTFLAGS="%{rpmrustflags}"
 export CARGO_TERM_VERBOSE=true
 %ifarch x32
 export CARGO_BUILD_TARGET=x86_64-unknown-linux-gnux32
+export PKG_CONFIG_ALLOW_CROSS=1
 %endif
 
 %py3_install
This page took 0.077397 seconds and 4 git commands to generate.