15
0

Accepting request 493120 from home:TheBlackCat:branches:devel:languages:python

Don't provide python2-sqlalchemy, singlespec packages should use correct name.

OBS-URL: https://build.opensuse.org/request/show/493120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=88
This commit is contained in:
Todd R
2017-05-06 04:25:35 +00:00
committed by Git OBS Bridge
parent cdee2ae190
commit a7f63d76f8
2 changed files with 10 additions and 2 deletions

View File

@@ -38,12 +38,14 @@ BuildRequires: %{python_module nose >= 0.11}
BuildRequires: %{python_module pytest}
BuildRequires: python-mock
#BuildRequires: python-pysqlite
Provides: python-sqlalchemy = %{version}
Obsoletes: python-sqlalchemy < %{version}
%ifpython2
Obsoletes: %{oldpython}-sqlalchemy < %{version}
Provides: %{oldpython}-sqlalchemy = %{version}
%endif
%ifpython3
Provides: python3-sqlalchemy = %{version}
Obsoletes: python3-sqlalchemy < %{version}
%endif
%python_subpackages
%description