diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py
index 2e3f34ca..d8adbfc8 100644
--- a/programming/language/python3/python3-setuptools/actions.py
+++ b/programming/language/python3/python3-setuptools/actions.py
@@ -5,14 +5,13 @@
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
WorkDir="setuptools-%s" % get.srcVERSION()
def install():
- pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3")
+ #pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3")
pythonmodules.run("bootstrap.py", pyVer="3")
pythonmodules.install(pyVer = "3")
diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml
index 1e5d9696..1c3c7c73 100644
--- a/programming/language/python3/python3-setuptools/pspec.xml
+++ b/programming/language/python3/python3-setuptools/pspec.xml
@@ -14,7 +14,7 @@
app:console
Python setuptools
python3-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
- https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz
+ https://github.com/pypa/setuptools/archive/v49.6.0.tar.gz
python3-devel
@@ -36,6 +36,13 @@
+
+ 2020-07-20
+ 49.6.0
+ Major version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-24
46.4.0
@@ -149,4 +156,4 @@
marcin@pisilinux.org
-
+
\ No newline at end of file