[Buildroot] [git commit] package/python-flask: remove erroneously python-lxml dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Apr 11 08:13:43 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=ebc55329cb7f7dda52b54afab140cfca5d1f8dc5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Remove erroneously python-lxml dependency (as noted by
Peter Korsgaard).

Signed-off-by: Peter Seiderer <ps.report at gmx.net>
Reviewed-by: Sébastien Szymanski <sebastien.szymanski at armadeus.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-flask/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-flask/Config.in b/package/python-flask/Config.in
index 72fcb61999..556afab6d2 100644
--- a/package/python-flask/Config.in
+++ b/package/python-flask/Config.in
@@ -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



More information about the buildroot mailing list