summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2023-01-20 06:01:36 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-13 07:44:09 +0000
commit82af51171e43629f610bc80dcb634ab9619b4ab4 (patch)
treef77f98909d92d0ba7842d4d3a64600882509570b
parent2d6b838a3a64ef19be47f33c3775a24b79acde2f (diff)
downloadpoky-82af51171e43629f610bc80dcb634ab9619b4ab4.tar.gz
python3: fix packaging of Windows distutils installer stubs
The python3 Windows distutils installer stubs were split into a separate package in poky commit dc1ab6482cfb30c714e7cbb421920943439a3fd6. This has regressed during the upgrade to Python 3.8.2 in yocto-3.1 [YOCTO #13889] https://bugzilla.yoctoproject.org/show_bug.cgi?id=13889 (From OE-Core rev: 4f069121ddb99bb6e2f186724cd60ca07f74f503) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 3bcc9b8662..0e87f91dd8 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -531,7 +531,9 @@
531 "rdepends": [ 531 "rdepends": [
532 "core" 532 "core"
533 ], 533 ],
534 "files": [], 534 "files": [
535 "${libdir}/python${PYTHON_MAJMIN}/distutils/command/wininst-*.exe"
536 ],
535 "cached": [] 537 "cached": []
536 }, 538 },
537 "distutils": { 539 "distutils": {