summaryrefslogtreecommitdiffstats
path: root/rules/python3-pexpect.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-02-10 09:47:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-10 09:47:40 +0100
commit36223d147ed031a3f9c56b158e77cc14a2ccebe6 (patch)
treeba18e8e0967fb91a7e6fe45f0739a190e137ecc5 /rules/python3-pexpect.in
parent5747b63bedbe864f1fd1fef264241375334b11f3 (diff)
downloadptxdist-36223d147ed031a3f9c56b158e77cc14a2ccebe6.tar.gz
ptxdist-36223d147ed031a3f9c56b158e77cc14a2ccebe6.tar.xz
python3-pexpect: add missing dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-pexpect.in')
-rw-r--r--rules/python3-pexpect.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/python3-pexpect.in b/rules/python3-pexpect.in
index b1be2a269..703f9540a 100644
--- a/rules/python3-pexpect.in
+++ b/rules/python3-pexpect.in
@@ -2,6 +2,7 @@
config PYTHON3_PEXPECT
tristate
+ select PYTHON3
prompt "pexpect"
help
Pexpect allows easy control of interactive console applications.