summaryrefslogtreecommitdiffstats
path: root/libraries/libvirt-python/libvirt-python.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-12-07 20:10:05 +0100
committer Matteo Bernardini2019-12-07 20:10:05 +0100
commit5f19f8726f156f4cd3b7d127397e160af9594912 (patch)
tree675329b559b4604cc778e4db2d228eec26fb447d /libraries/libvirt-python/libvirt-python.SlackBuild
parent4b7b01aae75cc2cc8db1eedc90b43f8400bef53e (diff)
downloadslackbuilds-88f9933d9b947746f41014a181ec5cf05d96c579.tar.gz
20191207.1 global branch merge.current-20191207.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libvirt-python/libvirt-python.SlackBuild')
-rw-r--r--libraries/libvirt-python/libvirt-python.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/libvirt-python/libvirt-python.SlackBuild b/libraries/libvirt-python/libvirt-python.SlackBuild
index 9688b5afe4..a9bb2170fb 100644
--- a/libraries/libvirt-python/libvirt-python.SlackBuild
+++ b/libraries/libvirt-python/libvirt-python.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libvirt-python
-VERSION=${VERSION:-4.5.0}
+VERSION=${VERSION:-5.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+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 | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true