diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py index d706192645..00fbc417c1 100644 --- a/programming/language/python/python3-setuptools/actions.py +++ b/programming/language/python/python3-setuptools/actions.py @@ -17,6 +17,6 @@ def setup(): def install(): shelltools.cd("%s/python3" % get.workDIR()) pythonmodules.install(pyVer = "3") - #pisitools.rename("/usr/bin/easy_install", "py3easy-install") + pisitools.rename("/usr/bin/easy_install", "py3easy-install") #avoid python-setuptools conflict pisitools.removeDir("/usr/share") diff --git a/programming/language/python/python3-setuptools/pspec.xml b/programming/language/python/python3-setuptools/pspec.xml index e49ff4bb0f..42c2fc6567 100644 --- a/programming/language/python/python3-setuptools/pspec.xml +++ b/programming/language/python/python3-setuptools/pspec.xml @@ -28,7 +28,7 @@ - 2016-05-20 + 2016-05-26 19.6.1 First release. Marcin Bojara