summaryrefslogtreecommitdiffstats
path: root/rules/python3-aiohttp.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/python3-aiohttp.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/python3-aiohttp.in')
-rw-r--r--rules/python3-aiohttp.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/python3-aiohttp.in b/rules/python3-aiohttp.in
index 04651f339..75546feec 100644
--- a/rules/python3-aiohttp.in
+++ b/rules/python3-aiohttp.in
@@ -4,7 +4,6 @@ config PYTHON3_AIOHTTP
tristate
select HOST_PYTHON3_SETUPTOOLS
select PYTHON3
- select PYTHON3_ZLIB
select PYTHON3_SSL
select PYTHON3_CHARDET
select PYTHON3_MULTIDICT