summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-27 08:02:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-30 08:13:27 +0200
commit29578775868da329670ddb29fabf17734d6246c7 (patch)
tree68c8827647fdba2d18f7d2de22fab5e800b2ecc9 /rules/python.in
parentd005e0b6ba64ef77de271c09362ecd776c80d26d (diff)
downloadptxdist-29578775868da329670ddb29fabf17734d6246c7.tar.gz
ptxdist-29578775868da329670ddb29fabf17734d6246c7.tar.xz
python: version bump 2.7.9 -> 2.7.13
Cleanup configure options while at it and use system libraries. 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 889eeced8..da7b62e85 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -7,6 +7,8 @@ menuconfig PYTHON
select LIBC_PTHREAD
select HOST_PYTHON
select GCCLIBS_CXX
+ select EXPAT
+ select LIBFFI
select NCURSES if PYTHON_NCURSES
select SQLITE if PYTHON_SQLITE
select BZIP2 if PYTHON_BZ2