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}