diff --git a/python-apsw.changes b/python-apsw.changes index a241abe..d2016b1 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 20 12:17:34 UTC 2023 - ecsos + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Sat May 27 21:01:59 UTC 2023 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index 47acf49..6482fad 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-apsw Version: 3.42.0.0 Release: 0 @@ -29,7 +29,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(sqlite3) >= 3.30 +BuildRequires: pkgconfig(sqlite3) >= 3.42 %python_subpackages %description