mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/python-flask: remove erroneously python-lxml dependency
Remove erroneously python-lxml dependency (as noted by Peter Korsgaard). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c1d892d837
commit
ebc55329cb
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ config BR2_PACKAGE_PYTHON_FLASK
|
|||
bool "python-flask"
|
||||
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
||||
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_LXML # runtime
|
||||
select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
|
||||
select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
|
|
|
|||
Loading…
Reference in a new issue