From c9dd6cb481d36e5841c7ab6649581265142b6af9 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 25 Jul 2021 15:46:05 +1200 Subject: python/mistune: Build python2 version also. python/Automat requires mistune (python2 version). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/mistune/mistune.SlackBuild | 1 + 1 file changed, 1 insertion(+) (limited to 'python/mistune/mistune.SlackBuild') diff --git a/python/mistune/mistune.SlackBuild b/python/mistune/mistune.SlackBuild index 637442bcd6875..64d1f694af91c 100644 --- a/python/mistune/mistune.SlackBuild +++ b/python/mistune/mistune.SlackBuild @@ -79,6 +79,7 @@ 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 {} \; +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 \ -- cgit v1.2.3