summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-13 16:29:28 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-13 16:29:28 +0200
commitb6e3cde6e911ae1a66b6681ab69498bd340ffaf1 (patch)
tree2ba599d4a1bd50fd3cf6f529a497c451a4453e57
parentbb201833867cb83ee3766d6b1a5ad2e804e1e0e3 (diff)
downloadopenwrt-personal-pkgs-b6e3cde6e911ae1a66b6681ab69498bd340ffaf1.tar.gz
openwrt-personal-pkgs-b6e3cde6e911ae1a66b6681ab69498bd340ffaf1.tar.bz2
openwrt-personal-pkgs-b6e3cde6e911ae1a66b6681ab69498bd340ffaf1.zip
python3-reqiests: fix dependency
-rw-r--r--python3-requests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-requests/Makefile b/python3-requests/Makefile
index c2d2b53..e1aa5bf 100644
--- a/python3-requests/Makefile
+++ b/python3-requests/Makefile
@@ -27,7 +27,7 @@ define Package/python3-requests
CATEGORY:=Languages
TITLE:=Python HTTP for Humans.
URL:=http://python-requests.org
- DEPENDS:=+python3 +python3-charder +python3-idna +python3-urllib3 +python3-certifi
+ DEPENDS:=+python3 +python3-chardet +python3-idna +python3-urllib3 +python3-certifi
endef
define Package/python3-requests/description