diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:56:50 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:56:50 -0500 |
commit | 9f78dc523a0b4cd4e361ffa362629b8340306f72 (patch) | |
tree | a500ac8a9be1d858f815465863c47ab892ed66de /system | |
parent | 98bcaf7797fe2e6aa5ae4492bb843ea6b433e2f1 (diff) |
various: Kill python-requests dep mention
Diffstat (limited to 'system')
-rw-r--r-- | system/glances/README | 1 | ||||
-rw-r--r-- | system/sboui/README | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/system/glances/README b/system/glances/README index ba7d2548f96cb..01bd664dc49ad 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 bd84518b268fa..dee4526b2a7f2 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 |