From 9e5a4bf4fb4e3786dba23d4bda6d718f9ae53605 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 11 Mar 2019 21:31:00 +0200 Subject: [PATCH] python-requests: adjust to chardet rename Adjust to the rename of chardet to python-chardet Signed-off-by: Hannu Nyman --- lang/python/python-requests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index 926ac8c86..6884a0f3a 100644 --- a/lang/python/python-requests/Makefile +++ b/lang/python/python-requests/Makefile @@ -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