mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
various: Kill python-requests dep mention
This commit is contained in:
parent
98bcaf7797
commit
9f78dc523a
7 changed files with 11 additions and 19 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue