mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
python[3]-setuptools: inherit setuptools
* distutils[3].bbclass was not including pkg_resources module * Drop uneeded DISTUTILS_INSTALL_ARGS as setuptools[3].bbclass provides it Fixes [YOCTO #12148] (From OE-Core rev: 4e09525c73348c2b47b07654ac31ffc6cbd3d5fe) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
30cacd568c
commit
64390f742b
@@ -5,9 +5,7 @@ PROVIDES = "python-distribute"
|
||||
DEPENDS += "python"
|
||||
DEPENDS_class-native += "python-native"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR}"
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-stringold \
|
||||
|
||||
Reference in New Issue
Block a user