diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py
index eb773aabe3..00fbc417c1 100644
--- a/programming/language/python/python3-setuptools/actions.py
+++ b/programming/language/python/python3-setuptools/actions.py
@@ -14,12 +14,9 @@ def setup():
shelltools.makedirs("python3")
shelltools.copytree("../setuptools-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
-def install():
- #pythonmodules.install()
- #pisitools.remove("/usr/lib/%s/site-packages/setuptools/*.exe" % get.curPYTHON())
+def install():
shelltools.cd("%s/python3" % get.workDIR())
pythonmodules.install(pyVer = "3")
- #pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe")
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
#avoid python-setuptools conflict
- pisitools.removeDir("/usr/share")
\ No newline at end of file
+ pisitools.removeDir("/usr/share")
diff --git a/programming/language/python/python3-setuptools/pspec.xml b/programming/language/python/python3-setuptools/pspec.xml
index 2f1ef87533..6aaa8693a9 100644
--- a/programming/language/python/python3-setuptools/pspec.xml
+++ b/programming/language/python/python3-setuptools/pspec.xml
@@ -18,14 +18,6 @@
-
python3-setuptools
@@ -36,6 +28,13 @@
+
+ 2016-05-16
+ 20.10.1
+ rebuild for python3 downgrade
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2016-04-28
20.10.1
@@ -51,4 +50,4 @@
marcin@pisilinux.org
-
\ No newline at end of file
+