summaryrefslogtreecommitdiffstats
path: root/rules/piglit.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/piglit.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/piglit.in')
-rw-r--r--rules/piglit.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/piglit.in b/rules/piglit.in
index c27547f20..f933c789f 100644
--- a/rules/piglit.in
+++ b/rules/piglit.in
@@ -11,7 +11,6 @@ menuconfig PIGLIT
select LIBPNG
select PYTHON3
select PYTHON3_BZ2
- select PYTHON3_ZLIB
select PYTHON3_LZMA
select PYTHON3_MAKO
select PYTHON3_SIX