Correct PyQt version that pip installs
commite28e4c8c9ad26bdc3df5da416a1804cf1a9ee7ec
authorŁukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Sat, 25 Feb 2023 16:03:04 +0000 (25 17:03 +0100)
committerŁukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Sat, 25 Feb 2023 16:03:04 +0000 (25 17:03 +0100)
tree0034126952553713961466fc664fa35adbddaa5e
parent1b9c245f1d8826d1d9d4c849a3dbd7b80f521e17
Correct PyQt version that pip installs

On a system where the Qt version is 5.13.2 "./env3/bin/pip install
git-cola" installs PyQt in the version 5.15.9 (the latest).
Subsequent "./env3/bin/git-cola" doesn't open the app window and causes
following error to appear "No Qt bindings could be found".
This patch fixes the issue by installing the PyQt version matching the
Qt version on the system.
README.md