2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

nodejs: drop python 2 dependency

This commit is contained in:
Dylan Araps 2019-10-08 17:35:52 +03:00
parent ad53cf75ff
commit 84efd40d3c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh -e
export PYTHON=python2
# Force a Python 3 build.
sed -i'' 's/\(2, 7\)/(3, 7)/' configure
sh ./configure \
--prefix=/usr

View File

@ -1 +1 @@
python2 make
python make