Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | require python-distutils-extra.inc |
2 | |||||
3 | inherit setuptools3 | ||||
4 | |||||
5 | S = "${WORKDIR}/python-distutils-extra-${PV}" | ||||
6 | |||||
7 | DISTUTILS_INSTALL_ARGS += "--install-lib=${libdir}/${PYTHON_DIR}/site-packages" | ||||
8 | |||||
9 | RDEPENDS_${PN} = "\ | ||||
10 | python3-setuptools \ | ||||
11 | " |