| SUMMARY = "Download, build, install, upgrade, and uninstall Python packages" |
| HOMEPAGE = "https://pypi.python.org/pypi/setuptools" |
| LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=19;md5=9a33897f1bca1160d7aad3835152e158" |
| SRC_URI[md5sum] = "379642a4f17214071fdc1894255d8d11" |
| SRC_URI[sha256sum] = "94dc566247f35009ed42c0f4422f2b4f0a032fab1372c8308b864c8f26d93388" |
| DEPENDS += "${PYTHON_PN}" |
| DEPENDS_class-native += "${PYTHON_PN}-native" |
| DEPENDS_class-nativesdk += "nativesdk-${PYTHON_PN}" |
| DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR} \ |
| RDEPENDS_${PN}_class-native = "\ |
| ${PYTHON_PN}-compression \ |
| ${PYTHON_PN}-compression \ |
| install -d ${D}${PYTHON_SITEPACKAGES_DIR} |
| BBCLASSEXTEND = "native nativesdk" |