summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman2021-04-21 06:56:50 +0200
committer Robby Workman2021-04-21 06:56:50 +0200
commit9f78dc523a0b4cd4e361ffa362629b8340306f72 (patch)
treea500ac8a9be1d858f815465863c47ab892ed66de /system
parent98bcaf7797fe2e6aa5ae4492bb843ea6b433e2f1 (diff)
downloadslackbuilds-9f78dc523a0b4cd4e361ffa362629b8340306f72.tar.gz
various: Kill python-requests dep mention
Diffstat (limited to 'system')
-rw-r--r--system/glances/README1
-rw-r--r--system/sboui/README5
2 files changed, 1 insertions, 5 deletions
diff --git a/system/glances/README b/system/glances/README
index ba7d2548f9..01bd664dc4 100644
--- a/system/glances/README
+++ b/system/glances/README
@@ -22,7 +22,6 @@ netifaces (for IP plugin)
py-cpuinfo (for Quicklook CPU info module)
pymdstat (for RAID support)
python-prometheus_client (for Prometheus export module)
-python-requests (for Ports plugin)
python-scandir (for Folders plugin)
statsd (for StatsD export module)
pysnmp (for SNMP support)
diff --git a/system/sboui/README b/system/sboui/README
index bd84518b26..dee4526b2a 100644
--- a/system/sboui/README
+++ b/system/sboui/README
@@ -8,10 +8,8 @@ a menu bar, full mouse and keyboard support, and more.
Optional dependencies (see build options for more information):
-python-requests (for system tray notifier)
psutil (for system tray notifier)
gksu, ktsuss (instead of kdesu to launch from the desktop)
-ninja (to build with ninja instead of make)
Build options:
@@ -19,8 +17,7 @@ INSTALL_SYSTRAY_NOTIFIER=yes|no (default no): install a cronjob to sync the
local repository hourly and display a system tray notification when SBo
package updates are available. To use the system tray notifier, add
sboui-update-notifier as a startup application for your desktop environment or
- window manager. If this is enabled, python-requests and psutil become
- dependencies.
+ window manager. If this is enabled, psutil becomes a dependency.
GRAPHICAL_SU=kdesu|gksu|ktsuss (default kdesu): change the graphical su command
for launching sboui from the .desktop file and system tray notifier. gksu or