diff --git a/python-extension-helpers.changes b/python-extension-helpers.changes index 67ab3d8..a425e9a 100644 --- a/python-extension-helpers.changes +++ b/python-extension-helpers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 20 18:28:13 UTC 2021 - Ben Greiner + +- Don't test python36-numpy. Numpy 1.20 in Tumbleweed dropped + python36 (NEP 29) + ------------------------------------------------------------------- Sun Jul 5 13:11:07 UTC 2020 - Benjamin Greiner diff --git a/python-extension-helpers.spec b/python-extension-helpers.spec index f51eda8..a8c27ea 100644 --- a/python-extension-helpers.spec +++ b/python-extension-helpers.spec @@ -1,7 +1,7 @@ # # spec file for package python-extension-helpers # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,12 +26,15 @@ License: BSD-3-Clause URL: https://github.com/astropy/extension-helpers Source: https://files.pythonhosted.org/packages/source/e/extension-helpers/extension-helpers-%{version}.tar.gz Source100: python-extension-helpers-rpmlintrc -BuildRequires: %{python_module numpy-devel} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module numpy-devel if (%python-base without python36-base)} +# /SECTION Requires: python-setuptools BuildArch: noarch %python_subpackages