From f46f42ac709ffafc4b27dc2fa2d738028255eeb6b2f9f0fca52e3ca844561ce6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 21:21:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=24 --- python-pyfuse3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyfuse3.spec b/python-pyfuse3.spec index f9efb50..2eeb697 100644 --- a/python-pyfuse3.spec +++ b/python-pyfuse3.spec @@ -26,7 +26,7 @@ License: LGPL-2.1-or-later URL: https://github.com/libfuse/pyfuse3 Source: https://files.pythonhosted.org/packages/source/p/%{pname}/%{pname}-%{version}.tar.gz BuildRequires: %{python_module Cython >= 3.0.0} -BuildRequires: %{python_module devel >= 3.5} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pytest >= 3.4.0} # upstream use: pytest-trio >= 0.15 BuildRequires: %{python_module pytest-trio}