forked from pool/python-psutil
Accepting request 854880 from home:bnavigator:branches:devel:languages:python
- Only require unittest2 for Leap. OBS-URL: https://build.opensuse.org/request/show/854880 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=127
This commit is contained in:
parent
bb3499274e
commit
2adad0d40b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 11 12:19:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Only require unittest2 for Leap.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 11 11:36:23 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
Fri Dec 11 11:36:23 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@ -41,7 +41,9 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: net-tools
|
Requires: net-tools
|
||||||
Requires: procps
|
Requires: procps
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
%if 0%{suse_version} < 1550
|
||||||
BuildRequires: %{python_module unittest2}
|
BuildRequires: %{python_module unittest2}
|
||||||
|
%endif
|
||||||
BuildRequires: net-tools
|
BuildRequires: net-tools
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user