diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-11-23 11:55:01 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-23 22:02:16 +0100 |
commit | c36f636393df8bb7278022acfe523b9e4adc9bcd (patch) | |
tree | d43b321d9dac2ec2b4c4bc608c6b5423306e742b /package/python-cherrypy/Config.in | |
parent | 4874efd6ffbb5360d29aa1a9525ed8ebe3a45397 (diff) | |
download | buildroot-c36f636393df8bb7278022acfe523b9e4adc9bcd.tar.gz buildroot-c36f636393df8bb7278022acfe523b9e4adc9bcd.zip |
python-cherrypy: bump version to 12.0.1
Add licence file checksum and new runtime dependencies.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-cherrypy/Config.in b/package/python-cherrypy/Config.in index c04997269b..622dd1f49b 100644 --- a/package/python-cherrypy/Config.in +++ b/package/python-cherrypy/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PYTHON_CHERRYPY bool "python-cherrypy" select BR2_PACKAGE_PYTHON_CHEROOT # runtime + select BR2_PACKAGE_PYTHON_JARACO_CLASSES # 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 |