]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-manifest: -pprint RDEPENDS on -profile
authorTim Orling <ticotimo@gmail.com>
Mon, 25 Oct 2021 22:44:02 +0000 (22:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Oct 2021 08:44:59 +0000 (09:44 +0100)
python3-profile includes dataclasses.

pprint imports dataclasses:
https://github.com/python/cpython/blob/3.10/Lib/pprint.py#L38

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>
meta/recipes-devtools/python/python3/python3-manifest.json

index d65cf49cb8c3a57da270fa18ff451752eddea259..2f5dad6486d8a7fceae79355706cc9b4683e93d7 100644 (file)
     "pprint": {
         "summary": "Python pretty-print support",
         "rdepends": [
-            "core"
+            "core",
+           "profile"
         ],
         "files": [
             "${libdir}/python${PYTHON_MAJMIN}/pprint.py"