From 1e24766c75548b7e953f6adb3f90b89609dc7baf Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Sat, 15 May 2021 16:28:24 +0100 Subject: python/PyGreSQL: Convert python to python2. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/PyGreSQL/PyGreSQL.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/PyGreSQL/PyGreSQL.SlackBuild') diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index 5f47869196..324613191e 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -70,7 +70,7 @@ find -L . \ -exec chmod 644 {} \; # Build & install -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG 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