From 22475c426985167a7e3b1d33cd13a475f19d5ee3991a0441e69156fa416d71d9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Oct 2022 05:14:30 +0000 Subject: [PATCH] - Also remove the conditional definition of python_module. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=220 --- python-SQLAlchemy.changes | 1 + python-SQLAlchemy.spec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 561444a..4838e0b 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -76,6 +76,7 @@ Sat Oct 22 16:19:42 UTC 2022 - Arun Persaud system_views view entirely. Error catching has been extended that under no circumstances will this method ever fail, provided database connectivity is present. References: #8525 +- Also remove the conditional definition of python_module. ------------------------------------------------------------------- Sat Sep 17 07:23:58 UTC 2022 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 0d9e70b..6a98ad8 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define oldpython python Name: python-SQLAlchemy