summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-14 18:02:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-17 15:59:30 +0200
commitab9558bdb60bb60a35e14dddc0fda6bca385ce1f (patch)
tree81f7379dbce0312e9e73328320d8a6ad15b2dc25 /rules/host-python3.in
parent9b42dfe3d4f3c77f0e649cb6fe1310584a2370b9 (diff)
downloadptxdist-ab9558bdb60bb60a35e14dddc0fda6bca385ce1f.tar.gz
ptxdist-ab9558bdb60bb60a35e14dddc0fda6bca385ce1f.tar.xz
python3: version bump 3.5.4 -> 3.7.0
zlib support can no longer be disabled. 'crc32' from zlib is used in other modules if found. So not installing the zlib module is no longer sufficient to ensure that zlib is not used. zlib is small enough so just depend on it unconditionally. Also, setup the environment to make the build reproducible. Depend on host-python3-setuptools. This is needed by most packages anyways, so we can drop a lot of extra dependencies. Also, we need to import some of it once: It generates some pickle files and that's racy during parallel building. These files should be generated at build time, but that happens in pkgdir and for cross we use the source tree in build-target. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3.in')
-rw-r--r--rules/host-python3.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-python3.in b/rules/host-python3.in
index ac5ae763f..2980c7b32 100644
--- a/rules/host-python3.in
+++ b/rules/host-python3.in
@@ -2,6 +2,8 @@
config HOST_PYTHON3
tristate
+ select HOST_EXPAT
+ select HOST_LIBFFI
select HOST_OPENSSL
default ALLYES
help