python3-manifest: add ensurepip

Add the pip bootstrapping module from the standard library to the
manifest. This module is a run-time requirement of python3-build.

(From OE-Core rev: 7013ddda8f249377c00bc4efb40c34dd5fcfe15a)

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bartosz Golaszewski
2023-04-13 11:15:56 +02:00
committed by Richard Purdie
parent 28b08e55b3
commit a3ff0f2d4b

View File

@@ -610,6 +610,28 @@
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/imaplib.*.pyc"
]
},
"ensurepip": {
"summary": "Support for bootstrapping the pip installer",
"rdepends": [
"asyncio",
"compile",
"core",
"ctypes",
"image",
"io",
"mmap",
"plistlib",
"pprint",
"unixadmin",
"xmlrpc"
],
"files": [
"${libdir}/python${PYTHON_MAJMIN}/ensurepip/"
],
"cached": [
"${libdir}/python${PYTHON_MAJMIN}/ensurepip/_uninstall.*.pyc"
]
},
"fcntl": {
"summary": "Python's fcntl interface",
"rdepends": [
@@ -800,6 +822,7 @@
"distutils",
"doctest",
"email",
"ensurepip",
"fcntl",
"html",
"idle",