python3-setuptools:fixed actions.py

This commit is contained in:
2016-05-26 00:59:36 +03:00
parent 431174ea26
commit 5f68197c98
2 changed files with 2 additions and 2 deletions
@@ -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")
@@ -28,7 +28,7 @@
<History>
<Update release="1">
<Date>2016-05-20</Date>
<Date>2016-05-26</Date>
<Version>19.6.1</Version>
<Comment>First release.</Comment>
<Name>Marcin Bojara</Name>