summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Wiebe <artur@4wiebe.de>2020-11-13 10:57:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-16 10:13:00 +0100
commit0723ac33272098703c67d468a77bd141ed95361f (patch)
tree60c3c1a6ed233860ef5181e1efe59d73744ab2f2
parentccfd5bf897c9ac5512bb4f59d8127ab0f0a24d50 (diff)
downloadptxdist-0723ac33272098703c67d468a77bd141ed95361f.tar.gz
ptxdist-0723ac33272098703c67d468a77bd141ed95361f.tar.xz
python3-pexpect: added missing dependency to PYTHON3_PTYPROCESS
Signed-off-by: Artur Wiebe <artur@4wiebe.de> Message-Id: <20201113095754.3290768-3-artur@4wiebe.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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 703f9540a..5c340e98a 100644
--- a/rules/python3-pexpect.in
+++ b/rules/python3-pexpect.in
@@ -3,6 +3,7 @@
config PYTHON3_PEXPECT
tristate
select PYTHON3
+ select PYTHON3_PTYPROCESS if RUNTIME
prompt "pexpect"
help
Pexpect allows easy control of interactive console applications.