From 6a0c7f72257f4f3b01d24525c759531695158b0e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 19 May 2018 22:57:50 +0200 Subject: [PATCH] - require python-scandir for python2 tests --- python-pyfakefs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 48e542e..41652b0 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -23,6 +23,7 @@ BuildRequires: rpmbuild(macros) >= 1.714 %if %{with python2} BuildRequires: python-modules >= 1:2.7 %{?with_tests:BuildRequires: python-pytest >= 2.8.6} +%{?with_tests:BuildRequires: python-scandir} BuildRequires: python-setuptools %endif %if %{with python3} -- 2.43.0