diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 15:37:27 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 15:37:27 +0200 |
commit | 5cd5bed1c32e2d3cc92b91092c3a7a317e747b3f (patch) | |
tree | 21f35fe49cf672e278aa6c92d2550dde7252a1ba /python3-requests/Makefile | |
parent | 7957fff23ca027a9bae3ae5f66dc934cee815650 (diff) | |
download | openwrt-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/Makefile')
-rw-r--r-- | python3-requests/Makefile | 2 |
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 |