mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00: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:
parent
7d45aa6919
commit
18f933d20d
|
|
@ -980,7 +980,8 @@
|
|||
"pprint": {
|
||||
"summary": "Python pretty-print support",
|
||||
"rdepends": [
|
||||
"core"
|
||||
"core",
|
||||
"profile"
|
||||
],
|
||||
"files": [
|
||||
"${libdir}/python${PYTHON_MAJMIN}/pprint.py"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user