diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python/python3-distutils-extra.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python3-distutils-extra.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-distutils-extra.bb b/meta-oe/recipes-devtools/python/python3-distutils-extra.bb new file mode 100644 index 0000000000..af242b8509 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python3-distutils-extra.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 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 | " | ||
