- Skip build on Python 3.10 ... too many dependencies are missing.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=116
This commit is contained in:
Matej Cepl 2024-05-09 23:45:09 +00:00 committed by Git OBS Bridge
parent 1654daaf58
commit 489eb0fe0b
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,4 @@
<multibuild> <multibuild>
<package>test-py310</package>
<package>test-py311</package> <package>test-py311</package>
<package>test-py312</package> <package>test-py312</package>
</multibuild> </multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 9 23:44:42 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Skip build on Python 3.10 ... too many dependencies are missing.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 30 18:08:56 UTC 2024 - Ben Greiner <code@bnavigator.de> Tue Apr 30 18:08:56 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -18,6 +18,7 @@
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
%define skip_python310 1
%if "%{flavor}" == "" %if "%{flavor}" == ""
%define psuffix %{nil} %define psuffix %{nil}