Accepting request 949113 from home:bnavigator:branches:devel:languages:python:numeric
Not required to forward to Factory, this is a revert OBS-URL: https://build.opensuse.org/request/show/949113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=103
This commit is contained in:
@@ -31,12 +31,15 @@
|
||||
%bcond_without test
|
||||
%endif
|
||||
%if "%{flavor}" == "test-py310"
|
||||
# add to _multibuild when enabling python310 (see below)
|
||||
%define psuffix -test-py310"
|
||||
%define skip_python38 1
|
||||
%define skip_python39 1
|
||||
%bcond_without test
|
||||
%endif
|
||||
%if "%{flavor}" == ""
|
||||
# https://github.com/dask/distributed/issues/5350 -- NOT fixed by https://github.com/dask/distributed/pull/5353
|
||||
%define skip_python310 1
|
||||
%bcond_with test
|
||||
%endif
|
||||
|
||||
@@ -62,7 +65,6 @@ License: BSD-3-Clause
|
||||
URL: https://distributed.readthedocs.io/en/latest/
|
||||
Source: https://github.com/dask/distributed/archive/refs/tags//%{ghversiontag}.tar.gz#/distributed-%{ghversiontag}-gh.tar.gz
|
||||
Source99: python-distributed-rpmlintrc
|
||||
Patch1: distributed-fix-python310.patch
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user