python/mistune: Build python2 version also.

python/Automat requires mistune (python2 version).

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-07-25 15:46:05 +12:00 committed by Willy Sudiarto Raharjo
parent ba1c854022
commit c9dd6cb481
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 0 deletions

View File

@ -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 \