Accepting request 931875 from devel:languages:python:pytest
- Add missing BuildRequires on six. OBS-URL: https://build.opensuse.org/request/show/931875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-relaxed?expand=0&rev=7
This commit is contained in:
commit
9e7c94efe7
@ -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>
|
Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-relaxed
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,6 +29,7 @@ BuildRequires: %{python_module decorator >= 4}
|
|||||||
# gh#bitprophet/pytest-relaxed#12
|
# gh#bitprophet/pytest-relaxed#12
|
||||||
BuildRequires: %{python_module pytest < 6.1}
|
BuildRequires: %{python_module pytest < 6.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-decorator >= 4
|
Requires: python-decorator >= 4
|
||||||
|
Loading…
Reference in New Issue
Block a user