forked from pool/python-SQLAlchemy
Accepting request 890784 from home:alarrosa:branches:devel:languages:python
- Remove broken %ifpython3 since the python2 flavor is disabled anyway. OBS-URL: https://build.opensuse.org/request/show/890784 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=189
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 5 16:56:39 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Remove broken %ifpython3 since the python2 flavor is disabled
|
||||
anyway.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 08:30:21 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
@@ -41,9 +41,7 @@ Requires: python
|
||||
%if %{python_version_nodots} < 38
|
||||
Requires: python-importlib-metadata
|
||||
%endif
|
||||
%ifpython3
|
||||
Requires: python-greenlet
|
||||
%endif
|
||||
Provides: python-sqlalchemy = %{version}
|
||||
Obsoletes: python-sqlalchemy < %{version}
|
||||
# SECTION test requirements
|
||||
@@ -52,9 +50,7 @@ BuildRequires: %{python_module pytest >= 4.4.0}
|
||||
%if %{python_version_nodots} < 38
|
||||
BuildRequires: %{python_module importlib-metadata}
|
||||
%endif
|
||||
%ifpython3
|
||||
BuildRequires: %{python_module greenlet}
|
||||
%endif
|
||||
# /SECTION
|
||||
%ifpython2
|
||||
Obsoletes: %{oldpython}-sqlalchemy < %{version}
|
||||
|
||||
Reference in New Issue
Block a user