diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-07-21 10:12:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-21 23:04:52 +0200 |
commit | 8c4bc5a5288ddc9e98390526128e4f74a0bcb5b0 (patch) | |
tree | 3dc803e8c98ab3f2f8b8c97da97c1509e584f94c /package/python-requests/Config.in | |
parent | c0f01e77fe16f4fbf1913556669274b29b72aceb (diff) | |
download | buildroot-8c4bc5a5288ddc9e98390526128e4f74a0bcb5b0.tar.gz buildroot-8c4bc5a5288ddc9e98390526128e4f74a0bcb5b0.zip |
python-requests: bump to version 2.18.1
Add new runtime dependencies and select Python SSL support.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-requests/Config.in')
-rw-r--r-- | package/python-requests/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-requests/Config.in b/package/python-requests/Config.in index 23ab3092d5..d2726fb26a 100644 --- a/package/python-requests/Config.in +++ b/package/python-requests/Config.in @@ -1,5 +1,11 @@ config BR2_PACKAGE_PYTHON_REQUESTS bool "python-requests" + select BR2_PACKAGE_PYTHON_CERTIFI # runtime + select BR2_PACKAGE_PYTHON_CHARDET # runtime + select BR2_PACKAGE_PYTHON_IDNA # runtime + select BR2_PACKAGE_PYTHON_URLLIB3 # runtime + select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime + select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime help |