]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3: fix packaging of Windows distutils installer stubs
authorSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 16:01:36 +0000 (06:01 -1000)
committerSteve Sakoman <steve@sakoman.com>
Sat, 4 Feb 2023 14:34:20 +0000 (04:34 -1000)
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

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3/python3-manifest.json

index 3bcc9b8662ef294fe6ba6e4d16e6834eed83715a..0e87f91dd8a8956e1dd971d7444944e6adc14b96 100644 (file)
         "rdepends": [
             "core"
         ],
-        "files": [],
+        "files": [
+            "${libdir}/python${PYTHON_MAJMIN}/distutils/command/wininst-*.exe"
+        ],
         "cached": []
     },
     "distutils": {