blob: 0dc1ed86227660d5e95db423dbe6e23f59a18a67 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001require python-setuptools.inc
2inherit setuptools3
3
4do_install_append() {
5 mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
6}