17
0

- Add more-itertools to BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-wolframalpha?expand=0&rev=7
This commit is contained in:
2022-09-08 04:24:24 +00:00
committed by Git OBS Bridge
parent 780b96fbf4
commit d00a2eff38
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-wolframalpha
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,7 @@ Requires: python-xmltodict
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module jaraco.context}
BuildRequires: %{python_module more-itertools}
BuildRequires: %{python_module pytest >= 3.5}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module xmltodict}