From 249ae81466180be4bd37efde1de1fedf02fa91a1305ce716d130cc4dbd1aecb0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 May 2021 18:48:31 +0000 Subject: [PATCH] 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