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}