diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_38.5.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_38.5.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_38.5.2.bb b/meta/recipes-devtools/python/python3-setuptools_38.5.2.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_38.5.2.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require python-setuptools.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | do_install_append() { | ||
5 | mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install | ||
6 | } | ||