Handling of installed eggs is now performed at the distutils3 bbclass. This change removes the pth file creation at recipe level.
[YOCTO #8673] Signed-off-by: Jose Lamego <[email protected]> --- meta/recipes-devtools/python/python3-pip_9.0.1.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/python/python3-pip_9.0.1.bb b/meta/recipes-devtools/python/python3-pip_9.0.1.bb index 6ac94bb..9dce107 100644 --- a/meta/recipes-devtools/python/python3-pip_9.0.1.bb +++ b/meta/recipes-devtools/python/python3-pip_9.0.1.bb @@ -31,9 +31,6 @@ do_install_append() { # Install as pip3 and leave pip2 as default rm ${D}/${bindir}/pip - - # Installed eggs need to be passed directly to the interpreter via a pth file - echo "./${SRCNAME}-${PV}-py${PYTHON_BASEVERSION}.egg" > ${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}-${PV}.pth } RDEPENDS_${PN} = "\ -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
