PlotPyStack / PythonQwt

Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)
https://pypi.org/project/PythonQwt/
Other
86 stars 25 forks source link

python3-pyqt4 dependency should not be installed if python3-pyqt5 is available #54

Closed mrosanes closed 5 years ago

mrosanes commented 5 years ago

When installing python3-qwt from Debian stretch (using apt-get install), python3-pyqt4 is also installed, even if python3-pyqt5 is available.

After testing python3-qwt with python3-pyqt5 and a dummy package of python3-pyqt4 (allowing to bypass the dependency on it), the impression is that python3-qwt is working well with python3-pyqt5.

The dependency on python3-pyqt4 should be made optional. If python3-pyqt5 is already installed, python3-pyqt4 should not be installed.

mrosanes commented 5 years ago

Sorry, this is a bug for Debian