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}