Skip to content

Commit

Permalink
python3-manifest: add ensurepip
Browse files Browse the repository at this point in the history
Add the pip bootstrapping module from the standard library to the
manifest. This module is a run-time requirement of python3-build.

Signed-off-by: Bartosz Golaszewski <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
Bartosz Golaszewski authored and rpurdie committed Apr 14, 2023
1 parent b6f2ca4 commit 7013ddd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions meta/recipes-devtools/python/python3/python3-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -800,6 +822,7 @@
"distutils",
"doctest",
"email",
"ensurepip",
"fcntl",
"html",
"idle",
Expand Down

0 comments on commit 7013ddd

Please sign in to comment.