17
0

- 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
This commit is contained in:
2022-10-25 05:14:30 +00:00
committed by Git OBS Bridge
parent 45b690dbba
commit 22475c4269
2 changed files with 1 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ Sat Oct 22 16:19:42 UTC 2022 - Arun Persaud <arun@gmx.de>
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 <dmueller@suse.com>

View File

@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define oldpython python
Name: python-SQLAlchemy