Remove an undesired %{?eln} conditional

Fixes https://github.com/fedora-eln/eln/issues/120
This commit is contained in:
Miro Hrončok 2023-03-13 21:09:36 +01:00
parent 0dbc0e5e1d
commit 55eaa10d2d

View File

@ -103,11 +103,9 @@ rm -rf tests/hypothesis tests/x509
cat < %{SOURCE2} >> tests/conftest.py
%endif
%if 0%{?eln}
# enable SHA-1 signatures for RSA tests
# also see https://github.com/pyca/cryptography/pull/6931 and rhbz#2060343
export OPENSSL_ENABLE_SHA1_SIGNATURES=yes
%endif
# see https://github.com/pyca/cryptography/issues/4885 and
# see https://bugzilla.redhat.com/show_bug.cgi?id=1761194 for deselected tests