xbps-src: remove default python_version

Closes: #21209 [via git-merge-pr]
This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:14 -04:00 committed by Toyam Cox
parent b02bc96f33
commit 596250e4ea
2 changed files with 6 additions and 11 deletions

View file

@ -2,9 +2,6 @@
# Useful variables for determining Python version and paths.
#
# set version 2 as the default Python
python_version="2"
py2_ver="2.7"
py2_lib="/usr/lib/python${py2_ver}"
py2_sitelib="${py2_lib}/site-packages"