system/glances: Removes python3 support.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip Lacroix 2015-12-21 00:08:13 +07:00 committed by Willy Sudiarto Raharjo
parent 4e5acca02d
commit 758c85df5f
2 changed files with 2 additions and 9 deletions

View File

@ -23,7 +23,5 @@ export module), pika (RabbitMQ/ActiveMQ export module), py-cpuinfo (Quicklook
CPU info module), pystache (action script feature), zeroconf (auto discoverer
mode).
NOTES
1) When launching glances in a terminal with a bright background, the option
NOTE: When launching glances in a terminal with a bright background, the option
'--theme-white' is recommended.

View File

@ -24,7 +24,7 @@
PRGNAM=glances
VERSION=${VERSION:-2.5.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -65,11 +65,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