mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
python3-manifest: -pprint RDEPENDS on -profile
python3-profile includes dataclasses. pprint imports dataclasses: https://github.com/python/cpython/blob/3.10/Lib/pprint.py#L38 (From OE-Core rev: 900d7c3a8f68e9ce751a0b5cc839b8838fdebf3f) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7d45aa6919
commit
18f933d20d
@@ -980,7 +980,8 @@
|
|||||||
"pprint": {
|
"pprint": {
|
||||||
"summary": "Python pretty-print support",
|
"summary": "Python pretty-print support",
|
||||||
"rdepends": [
|
"rdepends": [
|
||||||
"core"
|
"core",
|
||||||
|
"profile"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"${libdir}/python${PYTHON_MAJMIN}/pprint.py"
|
"${libdir}/python${PYTHON_MAJMIN}/pprint.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user