mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
host-package that is able to shorten the load time of entry_points declared in setup.py of python packages. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
config BR2_PACKAGE_HOST_PYTHON_FASTENTRYPOINTS
|
|
bool "host python-fastentrypoints"
|
|
help
|
|
Makes entry_points specified in setup.py load more quickly.
|
|
|
|
https://github.com/ninjaaron/fast-entry_points
|