summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-10-17 12:29:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-19 23:18:33 +0100
commit7b87877600b6f6efaa81507d9a67c022d1507366 (patch)
treee18ac6c3293d0de111544381dad99a0db60571a0 /meta/recipes-devtools/python/python3/python3-manifest.json
parent6f2670dfea823d71f2998f3bae07b6f59ee86228 (diff)
downloadpoky-7b87877600b6f6efaa81507d9a67c022d1507366.tar.gz
python3: -dev should depend on distutils
python3-config uses distutils: Traceback (most recent call last): File "/usr/bin/python3-config", line 9, in <module> from distutils import sysconfig ModuleNotFoundError: No module named 'distutils' Add the dependency so that distutils is always present. [ YOCTO #13592 ] (From OE-Core rev: 04136dbac48986dce5b2b872b2c0b46c673c44f2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 1ad85a9ff3..1eddda91b4 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -498,7 +498,8 @@
498 "${libdir}/pkgconfig" 498 "${libdir}/pkgconfig"
499 ], 499 ],
500 "rdepends": [ 500 "rdepends": [
501 "core" 501 "core",
502 "distutils"
502 ], 503 ],
503 "summary": "Python development package" 504 "summary": "Python development package"
504 }, 505 },