- 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
This commit is contained in:
Tomáš Chvátal 2018-11-01 10:04:53 +00:00 committed by Git OBS Bridge
parent ac9f520932
commit bedee0f129
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 1 10:04:37 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- State in more dependencies, the tests are still borked
-------------------------------------------------------------------
Tue Oct 23 06:39:22 UTC 2018 - Karol Babioch <kbabioch@suse.com>

View File

@ -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