diff options
-rw-r--r-- | gis/Shapely/Shapely.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gis/Shapely/Shapely.SlackBuild b/gis/Shapely/Shapely.SlackBuild index c42c986d4dd5..4b8ad8aefcb7 100644 --- a/gis/Shapely/Shapely.SlackBuild +++ b/gis/Shapely/Shapely.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=Shapely VERSION=${VERSION:-1.7.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,7 +72,6 @@ find -L . \ # remove unnecessary .pxi file sed -i "s/data_files\s*=.*/data_files = [],/g" setup.py -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |