Drop no longer required python-pydantic runtime dependency and propagate reverse dependency removal. Drop no longer required python-typing-extensions runtime dependency. Add new python-more-itertools runtime dependency. Add new python-typeguard runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
459 B
Plaintext
14 lines
459 B
Plaintext
config BR2_PACKAGE_PYTHON_CHERRYPY
|
|
bool "python-cherrypy"
|
|
select BR2_PACKAGE_PYTHON_CHEROOT # runtime
|
|
select BR2_PACKAGE_PYTHON_JARACO_COLLECTIONS # runtime
|
|
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_PORTEND # runtime
|
|
select BR2_PACKAGE_PYTHON_ZC_LOCKFILE # runtime
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
|
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
|
help
|
|
A minimalist web framework
|
|
|
|
http://www.cherrypy.org
|