Skip to content

Commit 5c966d6

Browse files
committed
fix(template/16-python): bypass python2 check
it allow build python3 only package when python2 not available in system
1 parent a5d21af commit 5c966d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/16-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ build_python_install() {
3636
true;
3737
}
3838

39-
ab_register_template python -- python2 python3
39+
ab_register_template python -- python3

0 commit comments

Comments
 (0)