diff options
| author | Alejandro Hernandez Samaniego <alejandro@enedino.org> | 2024-03-20 23:35:23 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-22 16:25:08 +0000 |
| commit | ab02ac1b277b83be98ab8fc94d829e9e9b71ac1b (patch) | |
| tree | 3caba56fea76e45f86739196c22b298d83d001be /meta/recipes-devtools/python/python3 | |
| parent | b9497332dd692d3c38f4a28492942549ac20565c (diff) | |
| download | poky-ab02ac1b277b83be98ab8fc94d829e9e9b71ac1b.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.
(From OE-Core rev: 692013b9aa5106561afb4c6506661bab41d88461)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 9 |
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 @@ | |||
| 201 | "compression": { | 201 | "compression": { |
| 202 | "summary": "Python high-level compression support", | 202 | "summary": "Python high-level compression support", |
| 203 | "rdepends": [ | 203 | "rdepends": [ |
| 204 | "core", | 204 | "core" |
| 205 | "shell" | ||
| 206 | ], | 205 | ], |
| 207 | "files": [ | 206 | "files": [ |
| 208 | "${libdir}/python${PYTHON_MAJMIN}/gzip.py", | 207 | "${libdir}/python${PYTHON_MAJMIN}/gzip.py", |
| @@ -525,7 +524,6 @@ | |||
| 525 | "rdepends": [ | 524 | "rdepends": [ |
| 526 | "core", | 525 | "core", |
| 527 | "pprint", | 526 | "pprint", |
| 528 | "profile", | ||
| 529 | "shell", | 527 | "shell", |
| 530 | "stringold" | 528 | "stringold" |
| 531 | ], | 529 | ], |
| @@ -577,7 +575,6 @@ | |||
| 577 | "debugger", | 575 | "debugger", |
| 578 | "difflib", | 576 | "difflib", |
| 579 | "pprint", | 577 | "pprint", |
| 580 | "profile", | ||
| 581 | "shell", | 578 | "shell", |
| 582 | "stringold", | 579 | "stringold", |
| 583 | "unittest" | 580 | "unittest" |
| @@ -997,8 +994,7 @@ | |||
| 997 | "pprint": { | 994 | "pprint": { |
| 998 | "summary": "Python pretty-print support", | 995 | "summary": "Python pretty-print support", |
| 999 | "rdepends": [ | 996 | "rdepends": [ |
| 1000 | "core", | 997 | "core" |
| 1001 | "profile" | ||
| 1002 | ], | 998 | ], |
| 1003 | "files": [ | 999 | "files": [ |
| 1004 | "${libdir}/python${PYTHON_MAJMIN}/pprint.py" | 1000 | "${libdir}/python${PYTHON_MAJMIN}/pprint.py" |
| @@ -1189,7 +1185,6 @@ | |||
| 1189 | "netclient", | 1185 | "netclient", |
| 1190 | "numbers", | 1186 | "numbers", |
| 1191 | "pprint", | 1187 | "pprint", |
| 1192 | "profile", | ||
| 1193 | "stringold" | 1188 | "stringold" |
| 1194 | ], | 1189 | ], |
| 1195 | "files": [ | 1190 | "files": [ |
