SHA256
1
0
forked from pool/python-six

Accepting request 900810 from home:bnavigator:branches:devel:languages:python

- provide python3*dist(six): work around boo#1186870

OBS-URL: https://build.opensuse.org/request/show/900810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=88
This commit is contained in:
Matej Cepl 2021-06-18 19:33:47 +00:00 committed by Git OBS Bridge
parent 8d574f6953
commit 38ca559e83
2 changed files with 13 additions and 1 deletions

View File

@ -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>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-six-test
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -27,6 +27,8 @@
%bcond_with test
%define psuffix %{nil}
%endif
# in order to avoid rewriting for subpackage generator
%define mypython python
Name: python-six%{psuffix}
Version: 1.16.0
Release: 0
@ -45,6 +47,11 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module py}
BuildRequires: python3-Sphinx
%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
%description