summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-15 09:46:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-15 09:46:56 +0200
commit6e48293f380f6c115bd433f8519e7f96e8f0f66f (patch)
tree31ccf042d458ef8dfa88513686b35f24535b44b8 /rules/python.in
parent04f3e8b72f4efa3752d34cc03f52b97a1f927aa4 (diff)
downloadptxdist-6e48293f380f6c115bd433f8519e7f96e8f0f66f.tar.gz
ptxdist-6e48293f380f6c115bd433f8519e7f96e8f0f66f.tar.xz
flup: needs python hashlib which needs openssl
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/python.in b/rules/python.in
index dbcb178e6..889eeced8 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -14,6 +14,7 @@ menuconfig PYTHON
select ZLIB if PYTHON_ZLIB
select READLINE if PYTHON_READLINE
select DB if PYTHON_DB
+ select OPENSSL if PYTHON_HASHLIB
help
Python is a dynamic object-oriented programming
language that can be used for many kinds of
@@ -62,6 +63,10 @@ config PYTHON_DISTUTILS
bool
prompt "Include distutils packages"
+config PYTHON_HASHLIB
+ bool
+ prompt "Include hashlib package"
+
endif
menu "python Extra Modules "