15
0

- skip python2 building - 0.9.2 is python 3.x only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=56
This commit is contained in:
2020-07-30 11:04:12 +00:00
committed by Git OBS Bridge
parent 15c4004701
commit 568dbf0913
2 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%global skip_python2 1
Name: python-dogpile.cache
Version: 0.9.2
Release: 0
@@ -39,10 +39,6 @@ BuildRequires: python-rpm-macros
Provides: python-dogpile.core = %{version}
Obsoletes: python-dogpile.core < 0.4.1
BuildArch: noarch
%ifpython2
Obsoletes: %{oldpython}-dogpile.core < 0.4.1
Provides: %{oldpython}-dogpile.core = %{version}
%endif
%python_subpackages
%description