summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>2024-03-20 23:35:23 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-22 16:24:21 +0000
commit692013b9aa5106561afb4c6506661bab41d88461 (patch)
tree742623d81113d17191f4e9b3c981805a7e18a77e
parent870bfc48f1d051831a9326b7f320abbbb6fa26d6 (diff)
downloadopenembedded-core-692013b9aa5106561afb4c6506661bab41d88461.tar.gz
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. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index a51392c5e3..46092d4004 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -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": [