summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-10 18:05:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-10 18:09:53 +0100
commit4a2af2fe4182bcddf390b5cdcf104f5a4b4702b2 (patch)
treeccbaccbecc0fc63edf0b40b4dc5444cfbd944f6f
parentf59270427d63b338bb6f2c308ceeb6a0aebf502c (diff)
downloadptxdist-4a2af2fe4182bcddf390b5cdcf104f5a4b4702b2.tar.gz
ptxdist-4a2af2fe4182bcddf390b5cdcf104f5a4b4702b2.tar.xz
python3-lxml: add missing dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-lxml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/python3-lxml.in b/rules/python3-lxml.in
index 62b8ab6c8..73fa36777 100644
--- a/rules/python3-lxml.in
+++ b/rules/python3-lxml.in
@@ -3,6 +3,8 @@
config PYTHON3_LXML
tristate
select PYTHON3
+ select LIBXML2
+ select LIBXML2_SCHEMAS
select LIBXSLT
prompt "lxml"
help