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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user