blob: af242b850903fe162c1e4ffa3820ba31b260bee7 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001require python-distutils-extra.inc
2
3inherit setuptools3
4
5S = "${WORKDIR}/python-distutils-extra-${PV}"
6
7DISTUTILS_INSTALL_ARGS += "--install-lib=${libdir}/${PYTHON_DIR}/site-packages"
8
9RDEPENDS_${PN} = "\
10 python3-setuptools \
11"