Skip to content

Commit 2335e17

Browse files
committed
Revert "Workaround for SIP bug"
This reverts commit ad2c721. @probonopd: please do not add stuff to the plugin that isn't needed by all Python-based AppImages. This is pure bloat, and in our case can be considered "untrusted source".
1 parent ad2c721 commit 2335e17

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ bash "$TMPDIR"/Miniconda3-latest-Linux-x86_64.sh -b -p "$APPDIR"/usr/conda -f
8282
# activate environment
8383
. "$APPDIR"/usr/conda/bin/activate
8484

85-
# Workaround for SIP bug
86-
# https://github.com/wbsoft/python-poppler-qt5/issues/14#issuecomment-432259057
87-
wget -c https://www.riverbankcomputing.com/hg/sip/raw-file/tip/sipdistutils.py
88-
mv sipdistutils.py $(readlink -f "$APPDIR"/usr/conda/lib/python*/site-packages/ | head -n 1)
89-
90-
9185
# conda-forge is used by many conda packages, therefore we'll add that channel by default
9286
conda config --add channels conda-forge
9387

0 commit comments

Comments
 (0)