ce861801c0
Buildroot commit 2ecb2d2847 removed the
dependency to BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS while still
selecting packages which depend on it:
WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_JSONSCHEMA
Depends on [n]: BR2_PACKAGE_PYTHON3 [=y] && BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS [=n]
Selected by [y]:
- BR2_PACKAGE_PYTHON_FLASK_RESTX [=y] && BR2_PACKAGE_PYTHON3 [=y]
WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_REFERENCING
Depends on [n]: BR2_PACKAGE_PYTHON3 [=y] && BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS [=n]
Selected by [y]:
- BR2_PACKAGE_PYTHON_FLASK_RESTX [=y] && BR2_PACKAGE_PYTHON3 [=y]
Seen with defconfig:
https://autobuild.buildroot.org/results/ebf9a81f7e225ecdab20bbad8ad8daa136fddb46/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
555 B
Plaintext
14 lines
555 B
Plaintext
config BR2_PACKAGE_PYTHON_FLASK_RESTX
|
|
bool "python-flask-restx"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema, python-referencing -> python-rpds-py
|
|
select BR2_PACKAGE_PYTHON_ANISO8601 # runtime
|
|
select BR2_PACKAGE_PYTHON_FLASK # runtime
|
|
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
|
|
select BR2_PACKAGE_PYTHON_REFERENCING # runtime
|
|
select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
|
|
help
|
|
Fully featured framework for fast, easy and documented API
|
|
development with Flask.
|
|
|
|
https://github.com/python-restx/flask-restx
|