Packages that use egg files or directories for installation may not be found when imported at the python3 interpreter. egg files/directories path must be included in a pth file to be appropriately included in python path.
These changes handle the egg files from the distutils3 class to avoid the need to perform it individually at each recipe. [YOCTO #8673] The following changes since commit 63f899a950daf1018999455bafa7a2be8b22f164: bitbake: toaster: bin/toaster whitelist TOASTER_DIR (2017-01-17 13:18:47 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lamego/bug8673 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lamego/bug8673 Jose Lamego (3): distutils3.bbclass: add egg files/directories to python path python3-pip: Remove pth file creation at recipe level python3-setuptools: Remove pth file creation at recipe level meta/classes/distutils3.bbclass | 10 ++++++++++ meta/recipes-devtools/python/python3-pip_9.0.1.bb | 3 --- meta/recipes-devtools/python/python3-setuptools_31.0.0.bb | 3 --- 3 files changed, 10 insertions(+), 6 deletions(-) -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
