python-requests: adjust to chardet rename
authorHannu Nyman <redacted>
Mon, 11 Mar 2019 19:31:00 +0000 (21:31 +0200)
committerHannu Nyman <redacted>
Mon, 11 Mar 2019 19:31:00 +0000 (21:31 +0200)
Adjust to the rename of chardet to python-chardet

Signed-off-by: Hannu Nyman <redacted>
lang/python/python-requests/Makefile

index 926ac8c863949b3fb4ade6f408524cdc9cdb6064..6884a0f3ab2fc504a978ffdf2baf949d36b4883a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-requests
 PKG_VERSION:=2.21.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=Apache-2.0
 
 PKG_SOURCE:=requests-$(PKG_VERSION).tar.gz
@@ -38,7 +38,7 @@ $(call Package/python-requests/Default)
   TITLE:=HTTP library for Python
   DEPENDS:= \
          +PACKAGE_python-requests:python \
-         +PACKAGE_python-requests:chardet \
+         +PACKAGE_python-requests:python-chardet \
          +PACKAGE_python-requests:python-idna \
          +PACKAGE_python-requests:python-urllib3 \
          +PACKAGE_python-requests:python-certifi
git clone https://git.99rst.org/PROJECT