]> code.ossystems Code Review - openembedded-core.git/commit
python3: -dev should depend on distutils
authorRoss Burton <ross.burton@intel.com>
Thu, 17 Oct 2019 11:29:44 +0000 (12:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Oct 2019 17:13:38 +0000 (18:13 +0100)
commit04136dbac48986dce5b2b872b2c0b46c673c44f2
treeaac14f79ecd1caede10fb9abc123bc0eb1fc07fc
parentc73d2a2c0ecc99f0d6d7e6a1861ecce7a2312a57
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 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/python3-manifest.json