summaryrefslogtreecommitdiffstats
path: root/rules/python3.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-09-15 15:30:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-09-21 10:19:21 +0200
commit4c7f558c8e1ba4aafc2aa3741017c45484c62904 (patch)
treec5c1d44625cc075b14e6515b5f0c171c545b3b91 /rules/python3.in
parent228ca4bc6df2024c62b79e55db19d3ad6487cc26 (diff)
downloadptxdist-4c7f558c8e1ba4aafc2aa3741017c45484c62904.tar.gz
ptxdist-4c7f558c8e1ba4aafc2aa3741017c45484c62904.tar.xz
python3: version bump 3.4.2 -> 3.5.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3.in')
-rw-r--r--rules/python3.in17
1 files changed, 15 insertions, 2 deletions
diff --git a/rules/python3.in b/rules/python3.in
index b8bde8298..33f5c5a7b 100644
--- a/rules/python3.in
+++ b/rules/python3.in
@@ -2,18 +2,25 @@
menuconfig PYTHON3
tristate "python3 "
+ select HOST_PYTHON3
select LIBC_DL
+ select LIBC_CRYPT
+ select LIBC_M
+ select LIBC_NSL
select LIBC_UTIL
select LIBC_PTHREAD
- select HOST_PYTHON3
select GCCLIBS_CXX
+ select EXPAT
+ select LIBFFI
select NCURSES if PYTHON3_NCURSES
select SQLITE if PYTHON3_SQLITE
select BZIP2 if PYTHON3_BZ2
select BZIP2_LIBBZ2 if PYTHON3_BZ2
+ select XZ if PYTHON3_LZMA
select ZLIB if PYTHON3_ZLIB
select READLINE if PYTHON3_READLINE
select DB if PYTHON3_DB
+ select OPENSSL if PYTHON3_SSL
help
Python is a dynamic object-oriented programming
language that can be used for many kinds of
@@ -33,6 +40,9 @@ config PYTHON3_SQLITE
config PYTHON3_BZ2
bool "libbz2 bindings"
+config PYTHON3_LZMA
+ bool "lzma bindings"
+
config PYTHON3_ZLIB
bool "zlib bindings"
@@ -42,6 +52,9 @@ config PYTHON3_READLINE
config PYTHON3_DB
bool "db bindings"
+config PYTHON3_SSL
+ bool "ssl bindings"
+
config PYTHON3_SYMLINK
bool
prompt "install symbolic link /usr/bin/python"
@@ -49,7 +62,7 @@ config PYTHON3_SYMLINK
config PYTHON3_LIBTK
bool
- prompt "Include lib-tk packages"
+ prompt "Include TK packages"
config PYTHON3_IDLELIB
bool