1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-02 03:21:39 +00:00

Start PyQt5 -> PyQt6 migration

This commit is contained in:
2022-07-06 22:40:36 -05:00
parent 1f1dfa88dc
commit 66e69a3854
7 changed files with 34 additions and 41 deletions

View File

@@ -60,8 +60,8 @@ ifndef NO_VENV
@${PYTHON} -m venv -h > /dev/null || \
echo "Creation of our virtualenv failed. If you're on Ubuntu, you probably need python3-venv."
endif
@${PYTHON} -c 'import PyQt5' >/dev/null 2>&1 || \
{ echo "PyQt 5.4+ required. Install it and try again. Aborting"; exit 1; }
@${PYTHON} -c 'import PyQt6' >/dev/null 2>&1 || \
{ echo "PyQt 6.3+ required. Install it and try again. Aborting"; exit 1; }
env: | reqs
ifndef NO_VENV