From d7a080c80c18f6158d9d98b98ae047c4912f91a87533172675c56fa49ef32866 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Nov 2023 12:23:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstruct?expand=0&rev=13 --- python-bitstruct.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-bitstruct.spec b/python-bitstruct.spec index fe9c658..8b10dc9 100644 --- a/python-bitstruct.spec +++ b/python-bitstruct.spec @@ -25,7 +25,7 @@ Summary: Interpret strings as packed binary data License: MIT URL: https://github.com/eerimoq/bitstruct Source: https://files.pythonhosted.org/packages/source/b/bitstruct/bitstruct-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel}