python-requests: adjust to chardet rename
Adjust to the rename of chardet to python-chardet Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
cb946158eb
commit
9e5a4bf4fb
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-requests
|
PKG_NAME:=python-requests
|
||||||
PKG_VERSION:=2.21.0
|
PKG_VERSION:=2.21.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
PKG_SOURCE:=requests-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=requests-$(PKG_VERSION).tar.gz
|
||||||
|
@ -38,7 +38,7 @@ $(call Package/python-requests/Default)
|
||||||
TITLE:=HTTP library for Python
|
TITLE:=HTTP library for Python
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-requests:python \
|
+PACKAGE_python-requests:python \
|
||||||
+PACKAGE_python-requests:chardet \
|
+PACKAGE_python-requests:python-chardet \
|
||||||
+PACKAGE_python-requests:python-idna \
|
+PACKAGE_python-requests:python-idna \
|
||||||
+PACKAGE_python-requests:python-urllib3 \
|
+PACKAGE_python-requests:python-urllib3 \
|
||||||
+PACKAGE_python-requests:python-certifi
|
+PACKAGE_python-requests:python-certifi
|
||||||
|
|
Loading…
Reference in a new issue