- 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
This commit is contained in:
Tomáš Chvátal 2019-01-17 11:31:54 +00:00 committed by Git OBS Bridge
parent de04809549
commit f528338bcf
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 17 11:31:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 Mon Dec 10 09:20:52 CET 2018 - mcepl@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-six # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -38,10 +38,9 @@ License: MIT
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: http://pypi.python.org/pypi/six/ URL: http://pypi.python.org/pypi/six/
Source: https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python2
BuildRequires: python3
%if %{with test} %if %{with test}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module py} BuildRequires: %{python_module py}