From 973961c87b2578ec009b59732cb28b9ead6628693e270650721d1c042f3687a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 3 Jun 2025 13:11:01 +0000 Subject: [PATCH] fix build deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pkgconfig?expand=0&rev=25 --- python-pkgconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pkgconfig.spec b/python-pkgconfig.spec index 8310b3d..9403362 100644 --- a/python-pkgconfig.spec +++ b/python-pkgconfig.spec @@ -29,8 +29,8 @@ Source0: https://files.pythonhosted.org/packages/source/p/pkgconfig/pkgco # .. get the tests from github Source1: https://github.com/matze/pkgconfig/archive/v%{version}.tar.gz#/pkgconfig-%{version}-gh.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: openssl-devel