diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-11-17 21:33:50 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-18 07:18:45 +0100 |
commit | 026954ca44593f717c97fe832b39d2bd867496ec (patch) | |
tree | cd34976e234796caf6854c7a6011205ffa9dbe97 | |
parent | b2b538bda710f750c1e534e516964dc5795af14e (diff) | |
download | buildroot-026954ca44593f717c97fe832b39d2bd867496ec.tar.gz buildroot-026954ca44593f717c97fe832b39d2bd867496ec.zip |
python-itsdangerous: needs python zlib support
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/python-itsdangerous/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python-itsdangerous/Config.in b/package/python-itsdangerous/Config.in index 6670af541a..39ec0b7725 100644 --- a/package/python-itsdangerous/Config.in +++ b/package/python-itsdangerous/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_PYTHON_ITSDANGEROUS bool "python-itsdangerous" + select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime + select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime help Itsdangerous contains various helpers to pass data to untrusted environments and to get it back safe and sound. |