From 97d98158ca94c5954f82a091de617343785ffa76d8e0db48df314c2fe1f8fdbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 3 Jun 2025 13:03:24 +0000 Subject: [PATCH] fix build deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=33 --- python-pathspec.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pathspec.spec b/python-pathspec.spec index 6f8cdd7..da3fd32 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -25,6 +25,7 @@ License: MPL-2.0 URL: https://github.com/cpburnz/python-path-specification Source: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}