python/hg-git: Switch to python3.

hg-git is a mercurial plugin, which is python3-only in current

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
newHeiko 2021-02-19 16:16:42 +01:00 committed by Robby Workman
parent 8d8cafc626
commit 4e6301fc3f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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 {} \;
python setup.py install --root=$PKG
python3 setup.py install --root=$PKG
mkdir -p $PKG/etc/mercurial/hgrc.d
cat > $PKG/etc/mercurial/hgrc.d/hggit.rc.new << EOF