summaryrefslogtreecommitdiff
path: root/python3-requests
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-13 15:37:27 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-13 15:37:27 +0200
commit5cd5bed1c32e2d3cc92b91092c3a7a317e747b3f (patch)
tree21f35fe49cf672e278aa6c92d2550dde7252a1ba /python3-requests
parent7957fff23ca027a9bae3ae5f66dc934cee815650 (diff)
downloadopenwrt-personal-pkgs-5cd5bed1c32e2d3cc92b91092c3a7a317e747b3f.tar.gz
openwrt-personal-pkgs-5cd5bed1c32e2d3cc92b91092c3a7a317e747b3f.tar.bz2
openwrt-personal-pkgs-5cd5bed1c32e2d3cc92b91092c3a7a317e747b3f.zip
python3-requests: add missing dependencies
Diffstat (limited to 'python3-requests')
-rw-r--r--python3-requests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-requests/Makefile b/python3-requests/Makefile
index bd43a33..c2d2b53 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
+ DEPENDS:=+python3 +python3-charder +python3-idna +python3-urllib3 +python3-certifi
endef
define Package/python3-requests/description