76d5413b17
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/rteval.git#00c220d4b3204a9dc5024aba5f708f1c32fe86d1
75 lines
2.4 KiB
Diff
75 lines
2.4 KiB
Diff
From d12487a752ad6ff2453c70c4e26e0d8e60fa0292 Mon Sep 17 00:00:00 2001
|
|
From: John Kacur <jkacur@redhat.com>
|
|
Date: Wed, 13 Jan 2021 11:12:06 -0500
|
|
Subject: [PATCH] rteval: Remove requirement to install python-schedutils
|
|
|
|
This is actually a no-op in the code as no code was actually importing
|
|
python-schedutils or using it!
|
|
|
|
This patches removes mention of it from a few documentation files.
|
|
|
|
Note: we should remove rteval.spec entirely, the reason we cannot yet
|
|
is that there is some code that parses the version number from it.
|
|
|
|
Signed-off-by: John Kacur <jkacur@redhat.com>
|
|
---
|
|
README | 3 ---
|
|
doc/installing.txt | 6 +-----
|
|
rteval.spec | 2 +-
|
|
3 files changed, 2 insertions(+), 9 deletions(-)
|
|
|
|
diff --git a/README b/README
|
|
index 5ac45dcb2826..a5cf98344a46 100644
|
|
--- a/README
|
|
+++ b/README
|
|
@@ -19,9 +19,6 @@ Rteval requires the following packages to run:
|
|
Python >= 3.0
|
|
http://www.python.org/download/
|
|
|
|
-python-schedutils
|
|
- git://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git
|
|
-
|
|
python-ethtool
|
|
git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git
|
|
|
|
diff --git a/doc/installing.txt b/doc/installing.txt
|
|
index 14a755c4ef18..ff2d43cb9481 100644
|
|
--- a/doc/installing.txt
|
|
+++ b/doc/installing.txt
|
|
@@ -1,10 +1,6 @@
|
|
The rteval utility requires some external software libraries to run
|
|
properly. These are:
|
|
|
|
-python-schedutils
|
|
- A python library to manipulate priority and affinty of threads
|
|
- git://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git
|
|
-
|
|
python-ethtool
|
|
A python library to query network interfaces
|
|
git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git
|
|
@@ -26,7 +22,7 @@ rt-tests
|
|
git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
|
|
|
|
|
|
-$ sudo yum install python-{dmidecode,ethtool,schedutils}
|
|
+$ sudo yum install python-{dmidecode,ethtool)
|
|
$ git clone \
|
|
git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
|
|
$ cd rt-tests && sudo make prefix=/usr install
|
|
diff --git a/rteval.spec b/rteval.spec
|
|
index 834ac3c5d783..e84f46ab440b 100644
|
|
--- a/rteval.spec
|
|
+++ b/rteval.spec
|
|
@@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: python3-devel
|
|
Requires: platform-python
|
|
-Requires: python3-schedutils python3-ethtool python3-lxml
|
|
+Requires: python3-ethtool python3-lxml
|
|
Requires: python3-dmidecode >= 3.10
|
|
Requires: rt-tests >= 0.97
|
|
Requires: rteval-loads >= 1.4
|
|
--
|
|
2.26.2
|
|
|