diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 3c67173..70cf278 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 1 10:04:37 UTC 2018 - Tomáš Chvátal + +- State in more dependencies, the tests are still borked + ------------------------------------------------------------------- Tue Oct 23 06:39:22 UTC 2018 - Karol Babioch diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index aa5db9e..910fc29 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -25,11 +25,17 @@ License: Apache-2.0 Group: Development/Languages/Python URL: http://pyfakefs.org Source: https://github.com/jmcgeheeiv/pyfakefs/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pathlib2 >= 2.3.2} +BuildRequires: %{python_module pytest >= 2.8.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python2-scandir >= 1.8 +Requires: python-pathlib2 >= 2.3.2 BuildArch: noarch +%ifpython2 +Requires: python-scandir >= 1.8 +%endif %python_subpackages %description