1config BR2_PACKAGE_PYTHON_FALCON 2 bool "python-falcon" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 An unladen web framework for building APIs and app 6 backends. 7 8 https://falconframework.org 9