From 499e3320acea6e63ce8ffde673b0fc85916a56cc64e5ee6bf656b5b6a50f0700 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 11 Aug 2023 08:03:11 +0000 Subject: [PATCH] require pytho >= 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=37 --- python-rt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-rt.spec b/python-rt.spec index 3c32c2a..0ef8d82 100644 --- a/python-rt.spec +++ b/python-rt.spec @@ -25,6 +25,7 @@ Group: Development/Languages/Python URL: https://github.com/CZ-NIC/python-rt Source: https://files.pythonhosted.org/packages/source/r/rt/rt-%{version}.tar.gz Source1: setup.cfg +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}