adjust sqlcheck

This commit is contained in:
Casey Faist
2018-10-22 14:34:44 -05:00
parent 07241cd751
commit 2f430abf07
+1 -1
View File
@@ -89,7 +89,7 @@ python3_check() {
# Check if Python version needs to install SQLite3
python_sqlite3_check() {
VERSION="$1"
MIN_PYTHON_3="python-3.6.6"
MIN_PYTHON_3="python-3.5.6"
MIN_PYTHON_2="python-2.7.15"
( python2_check "$VERSION" && version_gte "$VERSION" "$MIN_PYTHON_2" ) \