diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-31 18:42:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-03 23:56:01 +0100 |
commit | dc1ab6482cfb30c714e7cbb421920943439a3fd6 (patch) | |
tree | eb81ca588a45123208a2f2ed93c1369399461295 | |
parent | 2e060e2df7e3fac73886a90d0645f571acb52e13 (diff) | |
download | poky-dc1ab6482cfb30c714e7cbb421920943439a3fd6.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.
(From OE-Core rev: 617331a42fc5bde0c2d8d0f4dd8df652daa28778)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 13 |
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 @@ | |||
512 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/difflib.*.pyc" | 512 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/difflib.*.pyc" |
513 | ] | 513 | ] |
514 | }, | 514 | }, |
515 | "distutils-windows": { | ||
516 | "cached": [], | ||
517 | "files": [ | ||
518 | "${libdir}/python${PYTHON_MAJMIN}/distutils/command/wininst-*.exe" | ||
519 | ], | ||
520 | "rdepends": [ | ||
521 | "distutils" | ||
522 | ], | ||
523 | "summary": "Python distribution utilities (Windows installer stubs)" | ||
524 | }, | ||
515 | "distutils": { | 525 | "distutils": { |
516 | "summary": "Python Distribution Utilities", | 526 | "summary": "Python Distribution Utilities", |
517 | "rdepends": [ | 527 | "rdepends": [ |
@@ -789,6 +799,9 @@ | |||
789 | "xml", | 799 | "xml", |
790 | "xmlrpc" | 800 | "xmlrpc" |
791 | ], | 801 | ], |
802 | "rrecommends": [ | ||
803 | "distutils-windows" | ||
804 | ], | ||
792 | "summary": "All Python modules" | 805 | "summary": "All Python modules" |
793 | }, | 806 | }, |
794 | "multiprocessing": { | 807 | "multiprocessing": { |