From 9c1e4fc47c976f0a8cf75f3a6a2af1e3c878727f67ba951923c0fb73763ba446 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 5 May 2021 18:48:40 +0000 Subject: [PATCH] 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 --- python-SQLAlchemy.changes | 6 ++++++ python-SQLAlchemy.spec | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index f10c479..eacb33d 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 5 16:56:39 UTC 2021 - Antonio Larrosa + +- Remove broken %ifpython3 since the python2 flavor is disabled + anyway. + ------------------------------------------------------------------- Tue May 4 08:30:21 UTC 2021 - Antonio Larrosa diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 5217e7f..51d02d6 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -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}