mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-pip: add python-misc to RDEPENDS to fix issues import xmlrpclib
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
77fe1ec85f
commit
e4e38487ff
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4
|
|||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
|
|
||||||
# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
|
# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
|
||||||
RDEPENDS_${PN}_class-target = "python-modules python-distribute"
|
RDEPENDS_${PN}_class-target = "python-modules python-distribute python-misc"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user