From: Karl Palsson Date: Thu, 12 Jan 2023 12:14:53 +0000 (+0000) Subject: python-requests: update URL X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b31bcb05390133a0723d40ecc7a2170fff9d58e7;p=feed%2Fpackages.git 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 (cherry picked from commit 4969de2bdf2a0f740a92f6c2fe1f719357b8a81f) --- diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index 5853897bee..273cd0b6a8 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 \