forked from pool/python-SQLAlchemy
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user