diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-06-16 09:27:58 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 21:56:00 +0200 |
commit | cdd213170c2a61bde07ac07f1f288f8d75216478 (patch) | |
tree | 7ff11ba9a4c7e9519c2f85843d3999bb151e6e47 /package/python-cherrypy/Config.in | |
parent | c63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0 (diff) | |
download | buildroot-cdd213170c2a61bde07ac07f1f288f8d75216478.tar.gz buildroot-cdd213170c2a61bde07ac07f1f288f8d75216478.zip |
python-cherrypy: bump to version 10.2.2
Fix license info, add new dependencies and change setup type.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cherrypy/Config.in')
-rw-r--r-- | package/python-cherrypy/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/python-cherrypy/Config.in b/package/python-cherrypy/Config.in index 6e32ec2a1a..c04997269b 100644 --- a/package/python-cherrypy/Config.in +++ b/package/python-cherrypy/Config.in @@ -1,9 +1,12 @@ config BR2_PACKAGE_PYTHON_CHERRYPY bool "python-cherrypy" - select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime - select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime + select BR2_PACKAGE_PYTHON_CHEROOT # runtime + select BR2_PACKAGE_PYTHON_PORTEND # runtime select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime + select BR2_PACKAGE_PYTHON_SIX # runtime + select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime + select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime help A minimalist web framework |