mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
python3: move runpy to core
The runpy module is used to implement 'python3 -m foo', so move it to python3-core as it's an essential part of the CLI. (From OE-Core rev: eba857d3e52f83d426e95fa8373799da058f9484) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c855f55a7d
commit
059961ff69
@@ -291,6 +291,7 @@
|
||||
"${libdir}/python${PYTHON_MAJMIN}/re.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/reprlib.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/rlcompleter.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/runpy.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/selectors.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/signal.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/site.py",
|
||||
@@ -355,6 +356,7 @@
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/re.*.pyc",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/reprlib.*.pyc",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/rlcompleter.*.pyc",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/runpy.*.pyc",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/selectors.*.pyc",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/signal.*.pyc",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/site.*.pyc",
|
||||
@@ -783,7 +785,6 @@
|
||||
"profile",
|
||||
"pydoc",
|
||||
"resource",
|
||||
"runpy",
|
||||
"shell",
|
||||
"smtpd",
|
||||
"sqlite3",
|
||||
@@ -1005,19 +1006,6 @@
|
||||
],
|
||||
"cached": []
|
||||
},
|
||||
"runpy": {
|
||||
"summary": "Python helper for locating/executing scripts in module namespace",
|
||||
"rdepends": [
|
||||
"core",
|
||||
"pkgutil"
|
||||
],
|
||||
"files": [
|
||||
"${libdir}/python${PYTHON_MAJMIN}/runpy.py"
|
||||
],
|
||||
"cached": [
|
||||
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/runpy.*.pyc"
|
||||
]
|
||||
},
|
||||
"shell": {
|
||||
"summary": "Python shell-like functionality",
|
||||
"rdepends": [
|
||||
|
||||
Reference in New Issue
Block a user