From 86b8cc6acf83bdb9e5aed2da3c724fd05bc72e2df56101147693033dabac574c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Dec 2019 08:45:30 +0000 Subject: [PATCH] - Pull in the full python OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=24 --- python-pyfakefs.changes | 5 +++++ python-pyfakefs.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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