From 1c73fba17ebd413ccbb5a2fca717dbca8272df87a70988ffc4ce2113a7148198 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Jul 2022 09:52:07 +0000 Subject: [PATCH] Accepting request 989743 from home:bnavigator:branches:devel:languages:python - Fix requirements OBS-URL: https://build.opensuse.org/request/show/989743 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=21 --- python-numexpr.changes | 5 +++++ python-numexpr.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-numexpr.changes b/python-numexpr.changes index 6551f3b..3393e6c 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 17 18:42:38 UTC 2022 - Ben Greiner + +- Fix requirements + ------------------------------------------------------------------- Sat Jul 9 13:38:01 UTC 2022 - Arun Persaud diff --git a/python-numexpr.spec b/python-numexpr.spec index ac012ba..e0eae28 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numexpr Version: 2.8.3 Release: 0 @@ -25,14 +24,15 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/pydata/numexpr/ Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel >= 1.6} +BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module numpy-devel >= 1.13.3} +BuildRequires: %{python_module packaging} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -Requires: python-numpy >= 1.6 +Requires: python-numpy >= 1.13.3 +Requires: python-packaging %python_subpackages %description