mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 15:43:51 -09:00
Add new host-python-setuptools-scm-git-archive build dependency. Add new python-jaraco-collections runtime dependency. Add new python-more-itertools runtime dependency. Add new python-zc-lockfile runtime dependency. Drop no longer required python-six and python-jaraco-classes runtime dependencies. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
626 B
Plaintext
15 lines
626 B
Plaintext
config BR2_PACKAGE_PYTHON_CHERRYPY
|
|
bool "python-cherrypy"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jaraco-collections -> python-jaraco-text -> python-inflect -> python-pydantic -> python-pydantic-core
|
|
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
|