From 6f1b75f2828072bfa7106a5e43ed2e870840b514c5612b7e3e5e5908b77f0bb8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 17 Jun 2022 07:07:26 +0000 Subject: [PATCH] Add base as a test requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=10 --- python-pdm.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pdm.spec b/python-pdm.spec index 8c9852c..2d5e813 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -89,6 +89,7 @@ Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements %if %{with test} +BuildRequires: %{python_module base} BuildRequires: %{python_module findpython} BuildRequires: %{python_module installer >= 0.5} BuildRequires: %{python_module pdm}