forked from pool/python-six
Accepting request 900811 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/900811 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=41
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 17 16:58:25 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- provide python3*dist(six): work around boo#1186870
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 9 17:19:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sun May 9 17:19:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-six-test
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@@ -27,6 +27,8 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
# in order to avoid rewriting for subpackage generator
|
||||||
|
%define mypython python
|
||||||
Name: python-six%{psuffix}
|
Name: python-six%{psuffix}
|
||||||
Version: 1.16.0
|
Version: 1.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -45,6 +47,11 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module py}
|
BuildRequires: %{python_module py}
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
%endif
|
%endif
|
||||||
|
# work around boo#1186870
|
||||||
|
Provides: %{mypython}%{python_version}dist(six) = %{version}
|
||||||
|
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
||||||
|
Provides: %{mypython}3dist(six) = %{version}
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user