From 4d851f57eb4b3b28e490b8ac3136fc3adfc628aa337c02aee85420aa69f39c0f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 9 Sep 2024 08:28:25 +0000 Subject: [PATCH] - Fix python-tomli requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipx?expand=0&rev=27 --- python-pipx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pipx.spec b/python-pipx.spec index 3d4b8ff..33afadb 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -36,7 +36,7 @@ Requires: python-argcomplete >= 1.9.4 Requires: python-packaging >= 20 Requires: python-platformdirs >= 2.1 Requires: python-userpath >= 1.6 -Requires: (python-tomli >= 4.4.0 if python-base < 3.11) +Requires: (python-tomli if python-base < 3.11) BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module argcomplete >= 1.9.4}