From f528338bcfaf05ef4ede680dc7b6695ed1e325d2b825e53636c07a26dd6b7582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 17 Jan 2019 11:31:54 +0000 Subject: [PATCH] - Require just base python module, even full python is too much and it is not required here OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=64 --- python-six.changes | 6 ++++++ python-six.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-six.changes b/python-six.changes index ce70bc0..5ec3ca6 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 17 11:31:09 UTC 2019 - Tomáš Chvátal + +- Require just base python module, even full python is too much + and it is not required here + ------------------------------------------------------------------- Mon Dec 10 09:20:52 CET 2018 - mcepl@suse.com diff --git a/python-six.spec b/python-six.spec index 90e519c..21e0558 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,7 +1,7 @@ # # spec file for package python-six # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,10 +38,9 @@ License: MIT Group: Development/Libraries/Python URL: http://pypi.python.org/pypi/six/ Source: https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz +BuildRequires: %{python_module base} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python2 -BuildRequires: python3 %if %{with test} BuildRequires: %{python_module pytest} BuildRequires: %{python_module py}