Accepting request 1035270 from home:pgajdos:python
- silent rpmlint - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1035270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=71
This commit is contained in:
parent
00eb67aa94
commit
46ed58be4e
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 11 13:31:42 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- silent rpmlint
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 11 11:10:03 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- python-six is not required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 16 19:29:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Oct 16 19:29:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@ -40,19 +39,15 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-extras >= 1.0.0
|
Requires: python-extras >= 1.0.0
|
||||||
Requires: python-pbr >= 0.11
|
Requires: python-pbr >= 0.11
|
||||||
Requires: python-python-mimeparse
|
Requires: python-python-mimeparse
|
||||||
Requires: python-six >= 1.4.0
|
|
||||||
Requires: python-traceback2
|
Requires: python-traceback2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module extras >= 1.0.0}
|
BuildRequires: %{python_module extras >= 1.0.0}
|
||||||
BuildRequires: %{python_module python-mimeparse}
|
BuildRequires: %{python_module python-mimeparse}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: %{python_module testscenarios}
|
BuildRequires: %{python_module testscenarios}
|
||||||
BuildRequires: %{python_module traceback2}
|
BuildRequires: %{python_module traceback2}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
|
||||||
Recommends: python-fixtures >= 1.3.0
|
Recommends: python-fixtures >= 1.3.0
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user