summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2020-04-20 13:09:09 -0700
committerXavierCLL2020-04-20 13:09:09 -0700
commitd45d04e239f1189a172d3f9eef92191d6f09bfff (patch)
treea34aee96197fa0c71a1142cbc655fa0794708852
parent3113357fc07d80af9dfa1594883512ee523b6906 (diff)
downloadaur-d45d04e239f1189a172d3f9eef92191d6f09bfff.tar.gz
Fix: remove speedup debugging for python2
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2b76f8eca1d..0701eae543be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,6 @@ build() {
cd pycharm-$_pkgver
# compile PyDev debugger used by PyCharm to speedup debugging
- python2 plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
python3 plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86