Tomáš Chvátal 2019-12-11 08:45:30 +00:00 committed by Git OBS Bridge
parent 4b5d7eb2f7
commit 86b8cc6acf
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 11 08:44:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Pull in the full python
-------------------------------------------------------------------
Mon Oct 7 18:01:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pyfakefs
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,15 +22,16 @@ Version: 3.6.1
Release: 0
Summary: Fake file system that mocks the Python file system modules
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/jmcgeheeiv/pyfakefs
Source: https://github.com/jmcgeheeiv/pyfakefs/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module pathlib2 >= 2.3.2}
BuildRequires: %{python_module pytest >= 2.8.6}
BuildRequires: %{python_module setuptools}
BuildRequires: %{pythons}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-scandir >= 1.8
Requires: python
Requires: python-pathlib2 >= 2.3.2
BuildArch: noarch
%ifpython2