summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-31 18:42:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-03 14:37:29 +0100
commit617331a42fc5bde0c2d8d0f4dd8df652daa28778 (patch)
treefa2245ac650ee86b14f3705d9fa790b2bc658240 /meta/recipes-devtools/python/python3
parent16cc9a2ca559d978c6d0e648c18c297255b69dcc (diff)
downloadopenembedded-core-contrib-617331a42fc5bde0c2d8d0f4dd8df652daa28778.tar.gz
python3: split out the Windows distutils installer stubs
Needing the Windows distutils installer stubs is quite a niche requirement, so put them into a separate package and just recommend it. This can save both space and legal pain, as the installers embed an old zlib that has known CVEs. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index b179215838..ec28c2dbb4 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -512,6 +512,16 @@
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/difflib.*.pyc"
]
},
+ "distutils-windows": {
+ "cached": [],
+ "files": [
+ "${libdir}/python${PYTHON_MAJMIN}/distutils/command/wininst-*.exe"
+ ],
+ "rdepends": [
+ "distutils"
+ ],
+ "summary": "Python distribution utilities (Windows installer stubs)"
+ },
"distutils": {
"summary": "Python Distribution Utilities",
"rdepends": [
@@ -789,6 +799,9 @@
"xml",
"xmlrpc"
],
+ "rrecommends": [
+ "distutils-windows"
+ ],
"summary": "All Python modules"
},
"multiprocessing": {