Steve Kowalik 2021-11-17 03:46:27 +00:00 committed by Git OBS Bridge
parent 0d427716d3
commit 626d3f14fd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 17 03:44:15 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on six.
-------------------------------------------------------------------
Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -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