diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index b75f41bd..7fceeb23 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -19,5 +19,4 @@ def build(): def install(): - #shelltools.system("python3 setup.py install --prefix=/usr --optimize=1 --skip-build") pythonmodules.install(pyVer="3")