15
0

Accepting request 871560 from home:bnavigator:branches:devel:languages:python

- Skip python36 build: No python36-networkx anymore due to SciPy
  following NEP 29.

OBS-URL: https://build.opensuse.org/request/show/871560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlab?expand=0&rev=13
This commit is contained in:
2021-02-13 08:16:35 +00:00
committed by Git OBS Bridge
parent 9a7f17e4a7
commit dc6e00d757
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 13 00:12:25 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Skip python36 build: No python36-networkx anymore due to SciPy
following NEP 29.
-------------------------------------------------------------------
Mon May 25 10:59:26 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -18,6 +18,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
# python36-networkx no longer exists in Tumbleweed (due to SciPy following NEP 29)
%define skip_python36 1
Name: python-importlab
Version: 0.5.1
Release: 0
@@ -30,13 +32,11 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-networkx
Requires: python-six
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module networkx}
BuildRequires: %{python_module six}
# /SECTION
%python_subpackages