From 626d3f14fd251222a620a363583f56aa4c56eac7b2536001992c0f9ca4257787 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 17 Nov 2021 03:46:27 +0000 Subject: [PATCH] - Add missing BuildRequires on six. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-relaxed?expand=0&rev=12 --- python-pytest-relaxed.changes | 5 +++++ python-pytest-relaxed.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-relaxed.changes b/python-pytest-relaxed.changes index 678da5a..a767ada 100644 --- a/python-pytest-relaxed.changes +++ b/python-pytest-relaxed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 17 03:44:15 UTC 2021 - Steve Kowalik + +- Add missing BuildRequires on six. + ------------------------------------------------------------------- Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner diff --git a/python-pytest-relaxed.spec b/python-pytest-relaxed.spec index 3a0016e..9f70a7c 100644 --- a/python-pytest-relaxed.spec +++ b/python-pytest-relaxed.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-relaxed # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -29,6 +29,7 @@ BuildRequires: %{python_module decorator >= 4} # gh#bitprophet/pytest-relaxed#12 BuildRequires: %{python_module pytest < 6.1} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-decorator >= 4