From 6898323596c6fe3ae6b08367e0e335be78f1a231df80ed2fc61e0cda0f7bb456 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}