diff --git a/programming/language/python/pip/pspec.xml b/programming/language/python/pip/pspec.xml
index 8bfe7a1100..3dfba97ff9 100644
--- a/programming/language/python/pip/pspec.xml
+++ b/programming/language/python/pip/pspec.xml
@@ -12,7 +12,7 @@
The PyPA recommended tool for installing Python packages
The PyPA recommended tool for installing Python packages
MIT
- https://pypi.python.org/packages/source/p/pip/pip-8.1.1.tar.gz
+ https://github.com/pypa/pip/archive/8.1.2.tar.gz
python-setuptools
@@ -47,6 +47,13 @@
+
+ 2016-05-16
+ 8.1.2
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2016-04-28
8.1.1
@@ -55,4 +62,4 @@
ayhanyalcinsoy@pisilinux.org
-
\ No newline at end of file
+
diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py
index 00fbc417c1..d706192645 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")