summaryrefslogtreecommitdiffstats
path: root/python/ipython_genutils
diff options
context:
space:
mode:
Diffstat (limited to 'python/ipython_genutils')
-rw-r--r--python/ipython_genutils/README2
-rw-r--r--python/ipython_genutils/ipython_genutils.SlackBuild5
2 files changed, 0 insertions, 7 deletions
diff --git a/python/ipython_genutils/README b/python/ipython_genutils/README
index 28724edaff..1268d314e6 100644
--- a/python/ipython_genutils/README
+++ b/python/ipython_genutils/README
@@ -1,4 +1,2 @@
ipython_genutils contains some common utilities shared by Jupyter and IPython
projects during the code split.
-
-Python 3 support will be included if python3 is installed.
diff --git a/python/ipython_genutils/ipython_genutils.SlackBuild b/python/ipython_genutils/ipython_genutils.SlackBuild
index 37359389d4..3b628a9797 100644
--- a/python/ipython_genutils/ipython_genutils.SlackBuild
+++ b/python/ipython_genutils/ipython_genutils.SlackBuild
@@ -71,11 +71,6 @@ find -L . \
python setup.py install --root=$PKG
-# Python 3 support.
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true