From 8cd8076ad11aaf545679f3e172c0a0e69bc8524947104247c03922b1330823a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 5 Sep 2024 08:57:39 +0000 Subject: [PATCH] Accepting request 1198796 from home:yeey:OpenWebUI Changes needed to build package on 15.6 OBS-URL: https://build.opensuse.org/request/show/1198796 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=42 --- python-pdm.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pdm.spec b/python-pdm.spec index 926af68..6fc5b46 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -1,5 +1,5 @@ # -# spec file for package python-pdm +# spec file # # Copyright (c) 2024 SUSE LLC # @@ -72,7 +72,7 @@ Requires: python-typing-extensions Requires: python-truststore %endif Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements %if %{with test} @@ -147,6 +147,10 @@ donttest="$donttest or test_build_distributions" donttest="$donttest or test_show_self_package" donttest="$donttest or test_publish_and_build_in_one_run" donttest="$donttest or test_expand_project_root_in_url" +donttest="$donttest or test_init_validate_python_requires" +donttest="$donttest or test_init_command" +donttest="$donttest or test_init_command_library" +donttest="$donttest or test_use_command" %pytest -v -k "not ($donttest)" %endif