From 6b510be0ab7e613dbc3cb6bd6ac8068d6033fcb56e804bcea5bdce10e1345b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 7 Apr 2025 11:28:20 +0000 Subject: [PATCH] try to drop possible extra deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=77 --- python-rdflib.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-rdflib.spec b/python-rdflib.spec index 17552f6..9d91182 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -59,15 +59,11 @@ BuildRequires: python3-typing_extensions Provides: %{python_module rdflib-doc = %{version}} %else BuildRequires: %{python_module base >= 3.8} -BuildRequires: %{python_module html5lib} -BuildRequires: %{python_module isodate} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pyparsing} BuildRequires: %{python_module wheel} BuildRequires: %{python_module xml} -Requires: python-html5lib -Requires: python-isodate Requires: python-pyparsing %python_subpackages %endif