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>
This commit is contained in:
Karl Palsson 2023-01-12 12:14:53 +00:00 committed by Josef Schlehofer
parent e12ef0f925
commit 4969de2bdf
1 changed files with 1 additions and 1 deletions

View File

@ -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 \