Fix test conditional for fedora

epel9
Orion Poplawski 6 years ago
parent d1c3831285
commit 8a7a2bfecf

@ -1,11 +1,12 @@
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
%if 0%{?fedora} %if 0%{?fedora}
%bcond_with python2 %bcond_with python2
%bcond_without python_tests
%else %else
%bcond_without python2 %bcond_without python2
%endif
# Missing pyfakefs on EPEL7 # Missing pyfakefs on EPEL7
%bcond_with python_tests %bcond_with python_tests
%endif
%global srcname fido2 %global srcname fido2

Loading…
Cancel
Save