diff --git a/python-pytest-fixture-config.changes b/python-pytest-fixture-config.changes index 3978515..2a13077 100644 --- a/python-pytest-fixture-config.changes +++ b/python-pytest-fixture-config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 17 03:39:57 UTC 2021 - Steve Kowalik + +- Add required BuildRequires on six. + ------------------------------------------------------------------- Mon Jun 3 09:18:55 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-fixture-config.spec b/python-pytest-fixture-config.spec index 151359b..2fc072f 100644 --- a/python-pytest-fixture-config.spec +++ b/python-pytest-fixture-config.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-fixture-config # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-fixture- BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools-git} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest