[OE-core] [PATCH 3/3] python3: split out the Windows distutils installer stubs
Ross Burton
ross.burton at intel.com
Wed Jul 31 17:42:54 UTC 2019
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 at intel.com>
---
.../python/python3/python3-manifest.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index b179215838a..ec28c2dbb45 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": {
--
2.20.1
More information about the Openembedded-core
mailing list