From 2b506b95de9ea407b3f1a4454e9c865c85ab19d10620edc8b37df55a0212541a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 3 Jun 2025 13:01:02 +0000 Subject: [PATCH] fix build deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pastel?expand=0&rev=12 --- python-pastel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pastel.spec b/python-pastel.spec index d073a4f..c3d5815 100644 --- a/python-pastel.spec +++ b/python-pastel.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/sdispater/pastel Source: https://files.pythonhosted.org/packages/source/p/pastel/pastel-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros