mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
python3-manifest: Sync RDEPENDS with latest version
bitbake python3 -c create_manifest revealed several changes that were missing. This commit contains a manual cherry-picked version of those, making sure that new RDEPENDS are reflected since the last time this was updated. In this case its taking out unnecessary dependencies to python3-profile and python3-shell. (From OE-Core rev: 692013b9aa5106561afb4c6506661bab41d88461) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b9497332dd
commit
ab02ac1b27
@@ -201,8 +201,7 @@
|
||||
"compression": {
|
||||
"summary": "Python high-level compression support",
|
||||
"rdepends": [
|
||||
"core",
|
||||
"shell"
|
||||
"core"
|
||||
],
|
||||
"files": [
|
||||
"${libdir}/python${PYTHON_MAJMIN}/gzip.py",
|
||||
@@ -525,7 +524,6 @@
|
||||
"rdepends": [
|
||||
"core",
|
||||
"pprint",
|
||||
"profile",
|
||||
"shell",
|
||||
"stringold"
|
||||
],
|
||||
@@ -577,7 +575,6 @@
|
||||
"debugger",
|
||||
"difflib",
|
||||
"pprint",
|
||||
"profile",
|
||||
"shell",
|
||||
"stringold",
|
||||
"unittest"
|
||||
@@ -997,8 +994,7 @@
|
||||
"pprint": {
|
||||
"summary": "Python pretty-print support",
|
||||
"rdepends": [
|
||||
"core",
|
||||
"profile"
|
||||
"core"
|
||||
],
|
||||
"files": [
|
||||
"${libdir}/python${PYTHON_MAJMIN}/pprint.py"
|
||||
@@ -1189,7 +1185,6 @@
|
||||
"netclient",
|
||||
"numbers",
|
||||
"pprint",
|
||||
"profile",
|
||||
"stringold"
|
||||
],
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user