From 249ae81466180be4bd37efde1de1fedf02fa91a1305ce716d130cc4dbd1aecb0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 May 2021 18:48:31 +0000 Subject: [PATCH 1/2] Accepting request 892554 from home:iDesmI I removed the dependency on net-tools, since it conflicts with busybox-hostnmame which is default on MicroOS. The current configuration made it impossible to install python-psutil on MicroOS. See https://bugzilla.opensuse.org/show_bug.cgi?id=1184753 OBS-URL: https://build.opensuse.org/request/show/892554 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=132 --- python-psutil.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index 2280f04..408b2c3 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -40,7 +40,6 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: net-tools Requires: procps %if %{with test} %if 0%{suse_version} < 1550 From a224f88de71d969ce545b219217e055e1b4b3f847d6f35cdbb9e689cb3e79f62 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 May 2021 20:16:50 +0000 Subject: [PATCH 2/2] - remove the dependency on net-tools, since it conflicts with busybox-hostnmame which is default on MicroOS. boo#1184753 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=133 --- python-psutil.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-psutil.changes b/python-psutil.changes index eac9777..e5adc2e 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 12 20:14:46 UTC 2021 - Enrico Belleri + +- remove the dependency on net-tools, since it conflicts with + busybox-hostnmame which is default on MicroOS. boo#1184753 + ------------------------------------------------------------------- Fri Jan 29 08:19:00 UTC 2021 - Antonio Larrosa