From 55bceb11f7903112aa221c78cf9e6a9358c52253 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 16 Apr 2017 08:20:22 +0700 Subject: python/ptyprocess: Removed python3 support. Signed-off-by: Willy Sudiarto Raharjo --- python/ptyprocess/ptyprocess.SlackBuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'python/ptyprocess') diff --git a/python/ptyprocess/ptyprocess.SlackBuild b/python/ptyprocess/ptyprocess.SlackBuild index a896bb6855..9296babf06 100644 --- a/python/ptyprocess/ptyprocess.SlackBuild +++ b/python/ptyprocess/ptyprocess.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ptyprocess -# Copyright 2016 Willy Sudiarto Raharjo +# Copyright 2016-2017 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -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 -- cgit v1.2.3