mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
python-setuptools: Improving the runtime dependencies
When trying to import setuptools on a minimal image, it reports that some python module is missing. We add those missing python modules as runtime dependency. (From OE-Core rev: c5de114f63fe3d60a48622ec5be8fa34ce177191) Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ba807dc7fe
commit
6dc9a7edaf
|
|
@ -23,6 +23,14 @@ do_install_prepend() {
|
|||
}
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-stringold \
|
||||
python-email \
|
||||
python-shell \
|
||||
python-distutils \
|
||||
python-compression \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-native = "\
|
||||
python-distutils \
|
||||
python-compression \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user