forked from pool/python-Cheetah3
- 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:
committed by
Git OBS Bridge
parent
5e89207bee
commit
8fa7c16109
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user