aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2023-01-12 12:14:53 +0000
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2023-01-12 16:25:56 +0100
commit4969de2bdf2a0f740a92f6c2fe1f719357b8a81f (patch)
tree24db5d8ab61c2d1a7d6497e6a209e0dbac7210c9
parente12ef0f92561c945ff40032967c819c3c779a736 (diff)
python-requests: update URL
The old 2.python-requests.org URL is not reachable on modern browsers, and is not the current canonical URL for the project. Update to the current best URL for the project. Signed-off-by: Karl Palsson <karlp@etactica.com>
-rw-r--r--lang/python/python-requests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile
index 9fffa277f..163c49831 100644
--- a/lang/python/python-requests/Makefile
+++ b/lang/python/python-requests/Makefile
@@ -28,7 +28,7 @@ define Package/python3-requests
SECTION:=lang
CATEGORY:=Languages
TITLE:=HTTP library for Python
- URL:=https://2.python-requests.org/
+ URL:=https://requests.readthedocs.io
DEPENDS:= \
+python3-light \
+python3-chardet \