From d00a2eff386b60b84d07e55ccee9d354e4a9bdaefa4a86cb07839433779dedad Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 8 Sep 2022 04:24:24 +0000 Subject: [PATCH] - Add more-itertools to BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-wolframalpha?expand=0&rev=7 --- python-wolframalpha.changes | 5 +++++ python-wolframalpha.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-wolframalpha.changes b/python-wolframalpha.changes index 73f0f97..de9ec6c 100644 --- a/python-wolframalpha.changes +++ b/python-wolframalpha.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 8 04:23:32 UTC 2022 - Steve Kowalik + +- Add more-itertools to BuildRequires. + ------------------------------------------------------------------- Mon Aug 30 10:02:08 UTC 2021 - Matej Cepl diff --git a/python-wolframalpha.spec b/python-wolframalpha.spec index b7d11e4..5e0f75e 100644 --- a/python-wolframalpha.spec +++ b/python-wolframalpha.spec @@ -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}