From 693c29aab398615e6b563c0a57237db53fe1dc873443319c13048b503a6a58c8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Feb 2022 19:56:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=144 --- python-cryptography.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 4c9dd1b..e71c676 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -90,8 +90,8 @@ export RUSTFLAGS=%{rustflags} export CFLAGS="%{optflags} -fno-strict-aliasing" %python_build -%if !%{with test} %install +%if !%{with test} export RUSTFLAGS=%{rustflags} # Actually other *.c and *.h are appropriate # see https://github.com/pyca/cryptography/issues/1463