Skip to content
Snippets Groups Projects
Commit 2f430abf authored by Casey Faist's avatar Casey Faist
Browse files

adjust sqlcheck

parent 07241cd7
No related branches found
No related tags found
No related merge requests found
......@@ -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" ) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment