From 624a6f209248a0c8e0759d43f246c903a8db6a71 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 18 Nov 2017 15:57:29 -0800 Subject: python-setuptools: upgrade to 38.2.4; use pypi.bbclass; improvements * Simplify python- and python3-setuptools with pypi.bbclass * inherit setuptools rather than distutils * Consolidate common settings in python-setuptools.inc - use PYTHON_PN variable to eliminate duplication - python3-setuptools had missing RDEPENDS (e.g., plistlib) - installer no longer creates setuptools.pth, drop fixes Signed-off-by: Tim Orling Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-setuptools_38.2.4.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-setuptools_38.2.4.bb (limited to 'meta/recipes-devtools/python/python3-setuptools_38.2.4.bb') diff --git a/meta/recipes-devtools/python/python3-setuptools_38.2.4.bb b/meta/recipes-devtools/python/python3-setuptools_38.2.4.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_38.2.4.bb @@ -0,0 +1,6 @@ +require python-setuptools.inc +inherit setuptools3 + +do_install_append() { + mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install +} -- cgit v1.2.3