summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-04-13 21:32:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-04-14 10:33:19 +0200
commit8f78f68c32b0e8cbf89964000c7991e2a482498c (patch)
treeb241e14782b82c449ece05f1ece63003287bceeb /rules/python.in
parent579b94c620e0ec247b4aa9f1bb20f03eddfe028e (diff)
downloadptxdist-8f78f68c32b0e8cbf89964000c7991e2a482498c.tar.gz
ptxdist-8f78f68c32b0e8cbf89964000c7991e2a482498c.tar.xz
python: add missing dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/python.in b/rules/python.in
index da7b62e85..fbd2fca62 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -17,6 +17,8 @@ menuconfig PYTHON
select READLINE if PYTHON_READLINE
select DB if PYTHON_DB
select OPENSSL if PYTHON_HASHLIB
+ select TCL if PYTHON_LIBTK
+ select TK if PYTHON_LIBTK
help
Python is a dynamic object-oriented programming
language that can be used for many kinds of