From cc65f083f9a40a7c6a6568d20a98628a3f5ffe18 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 12 Jan 2023 12:14:53 +0000 Subject: [PATCH] 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 --- lang/python/python-requests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index 9fffa277..163c4983 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 \