mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
6f2670dfea
commit
7b87877600
|
|
@ -498,7 +498,8 @@
|
|||
"${libdir}/pkgconfig"
|
||||
],
|
||||
"rdepends": [
|
||||
"core"
|
||||
"core",
|
||||
"distutils"
|
||||
],
|
||||
"summary": "Python development package"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user