From ec57165640c91a68c7bfc66ff79a923f53c205699e6c5d72727b8b3cc769e31c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 15:21:00 +0000 Subject: [PATCH] - build for python 3.7+ only OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=26 --- python-dill.changes | 5 +++++ python-dill.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-dill.changes b/python-dill.changes index 0f5902c..1c80fa0 100644 --- a/python-dill.changes +++ b/python-dill.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 4 15:20:33 UTC 2023 - Dirk Müller + +- build for python 3.7+ only + ------------------------------------------------------------------- Thu Feb 16 23:13:45 UTC 2023 - Dirk Müller diff --git a/python-dill.spec b/python-dill.spec index e18ef44..2f9b3e5 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -17,6 +17,7 @@ %global skip_python2 1 +%{?sle15_python_module_pythons} Name: python-dill Version: 0.3.6 Release: 0 @@ -26,6 +27,7 @@ Group: Development/Languages/Python URL: https://github.com/uqfoundation/dill Source: https://github.com/uqfoundation/dill/archive/dill-%{version}.tar.gz#/dill-%{version}.tar.gz BuildRequires: %{python_module dbm} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module objgraph >= 1.7.2} BuildRequires: %{python_module setuptools} BuildRequires: fdupes