diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 3ec015e..bf7c030 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 11 08:44:45 UTC 2019 - Tomáš Chvátal + +- Pull in the full python + ------------------------------------------------------------------- Mon Oct 7 18:01:45 UTC 2019 - Tomáš Chvátal diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index a7cf574..4514e45 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -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