14
0

- Do not provide Cheetah3 namespace on python2, if someone wants

Cheetah3 binary they need the python3 variant anyway

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2019-05-21 09:17:39 +00:00
committed by Git OBS Bridge
parent 5e89207bee
commit 8fa7c16109
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 21 09:17:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not provide Cheetah3 namespace on python2, if someone wants
Cheetah3 binary they need the python3 variant anyway
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 3 11:57:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com> Fri May 3 11:57:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -32,7 +32,9 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Conflicts: python-Cheetah Conflicts: python-Cheetah
%ifpython3
Provides: Cheetah3 = %{version} Provides: Cheetah3 = %{version}
%endif
%python_subpackages %python_subpackages
%description %description