From eca9c3725d14fa06d8bff6306ae51d9b03238816 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 12 Apr 2021 13:50:19 +0300 Subject: [PATCH] python3-setuptools --- programming/language/python3/python3-setuptools/actions.py | 1 - 1 file changed, 1 deletion(-) 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")