From 8a7a2bfecfd08d5b7c0a600672b5dbaa960cb080 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 14 Mar 2019 11:27:21 -0600 Subject: [PATCH] Fix test conditional for fedora --- python-fido2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-fido2.spec b/python-fido2.spec index c4b8173..e58dc7f 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,11 +1,12 @@ %{?python_enable_dependency_generator} %if 0%{?fedora} %bcond_with python2 +%bcond_without python_tests %else %bcond_without python2 -%endif # Missing pyfakefs on EPEL7 %bcond_with python_tests +%endif %global srcname fido2