diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-distribute_0.6.32.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-distribute_0.6.32.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb index 573096cb1c..0ef3a8762f 100644 --- a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb +++ b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb | |||
@@ -37,6 +37,8 @@ do_install_append() { | |||
37 | rm ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth | 37 | rm ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth |
38 | mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install | 38 | mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install |
39 | echo "./${SRCNAME}-${PV}-py${PYTHON_BASEVERSION}.egg" > ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth | 39 | echo "./${SRCNAME}-${PV}-py${PYTHON_BASEVERSION}.egg" > ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth |
40 | sed -i -e '1s|^#!.*python|#!/usr/bin/env python3|' \ | ||
41 | ${D}${PYTHON_SITEPACKAGES_DIR}/distribute-${PV}-py${PYTHON_BASEVERSION}.egg/setuptools/tests/test_resources.py | ||
40 | } | 42 | } |
41 | 43 | ||
42 | RDEPENDS_${PN} = "\ | 44 | RDEPENDS_${PN} = "\ |