From bedee0f129eef78e91be139e68e463b1d5fdfa98230e038b15b5efdddf5c6e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 1 Nov 2018 10:04:53 +0000 Subject: [PATCH] - State in more dependencies, the tests are still borked OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=6 --- python-pyfakefs.changes | 5 +++++ python-pyfakefs.spec | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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