From f08752d642b7e2ece649e301b6c88f3665e812ae8ed023b225554177b93d455a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:40:26 +0000 Subject: [PATCH] - six is needed by testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyECLib?expand=0&rev=10 --- python-PyECLib.changes | 5 +++++ python-PyECLib.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-PyECLib.changes b/python-PyECLib.changes index 1e8105b..4f7a314 100644 --- a/python-PyECLib.changes +++ b/python-PyECLib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:40:16 UTC 2021 - Dirk Müller + +- six is needed by testsuite + ------------------------------------------------------------------- Thu Jun 3 10:34:02 UTC 2021 - pgajdos@suse.com diff --git a/python-PyECLib.spec b/python-PyECLib.spec index 9b385a4..03609cf 100644 --- a/python-PyECLib.spec +++ b/python-PyECLib.spec @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/p/pyeclib/pyeclib Source99: https://opendev.org/openstack/pyeclib/raw/branch/master/License.txt BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: liberasurecode-devel >= 1.4.0 BuildRequires: python-rpm-macros