summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gis/geopy/README15
-rw-r--r--multimedia/beets/README2
-rw-r--r--network/FireWorks/README2
-rw-r--r--network/python-onedrive/README2
-rw-r--r--network/yle-dl/README3
-rw-r--r--system/glances/README1
-rw-r--r--system/sboui/README5
7 files changed, 11 insertions, 19 deletions
diff --git a/gis/geopy/README b/gis/geopy/README
index 84ec2d8274..3464f8c4a4 100644
--- a/gis/geopy/README
+++ b/gis/geopy/README
@@ -1,10 +1,9 @@
-geopy makes it easy for developers to locate the coordinates of addresses,
-cities, countries, and landmarks across the globe using third-party
-geocoders and other data sources.
+geopy makes it easy for developers to locate the coordinates of
+addresses, cities, countries, and landmarks across the globe using
+third-party geocoders and other data sources.
-geopy currently includes support for several geocoders, including OpenStreetMap
-Nominatim, ESRI ArcGIS, Google Geocoding API and more.
+geopy currently includes support for several geocoders, including
+OpenStreetMap Nominatim, ESRI ArcGIS, Google Geocoding API and more.
-python/pytz, python/python-requests and python/python3-aiohttp are optional
-dependencies that will be used if available (they must all be built with
-Python 3 support).
+python/pytz and python/python3-aiohttp are optional dependencies that
+will be used if available.
diff --git a/multimedia/beets/README b/multimedia/beets/README
index ddef9f9baa..bcb17bac7a 100644
--- a/multimedia/beets/README
+++ b/multimedia/beets/README
@@ -25,4 +25,4 @@ If beets doesn't do what you want yet, writing your own plugin is
shockingly simple if you know a little Python.
Optional dependencies:
-Flask, pyechonest, pyacoustid, pylast, python-requests, discogs-client.
+Flask, pyechonest, pyacoustid, pylast, discogs-client.
diff --git a/network/FireWorks/README b/network/FireWorks/README
index 1039ff7a8d..7bfbf7feda 100644
--- a/network/FireWorks/README
+++ b/network/FireWorks/README
@@ -7,4 +7,4 @@ Some features that distinguish FireWorks are the capability to program
dynamic workflows and built-in tools for running high-throughput
computations at large computing centers.
-Optional dependencies: python-requests, fabric
+Optional dependency: fabric
diff --git a/network/python-onedrive/README b/network/python-onedrive/README
index ae3e28af4c..fb7445992f 100644
--- a/network/python-onedrive/README
+++ b/network/python-onedrive/README
@@ -3,4 +3,4 @@ python-onedrive (CLI interface for MS OneDrive)
Python and command-line interface for MS OneDrive (formerly known as
SkyDrive) API v5.0.
-Optional dependencies: PyYAML, python-requests
+Optional dependency: PyYAML
diff --git a/network/yle-dl/README b/network/yle-dl/README
index 9e7a4d78cc..170d0a6712 100644
--- a/network/yle-dl/README
+++ b/network/yle-dl/README
@@ -1,5 +1,2 @@
yle-dl is a tool for downloading media files from the video streaming
services of the Finnish national broadcasting company Yle.
-
-Dependencies python-configargparse and python-requests need to be built with
-Python 3 support.
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