15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.6";
23 inherit pname version;
24 sha256 = "sha256-2F8bEh8kpBrSbFXERuZqvbfFKIOfjE8R8VbsRUGQORQ=";
27 propagatedBuildInputs = [
31 doCheck = false; # ModuleNotFoundError: No module named 'PyQt5.QtConnectivity'
35 withConnectivity = true;
36 withMultimedia = true;
38 withWebSockets = true;
44 # Fatal error in python on x86_64
45 "qtpy/tests/test_uic.py"
49 description = "Abstraction layer for PyQt5/PyQt6/PySide2/PySide6";
50 homepage = "https://github.com/spyder-ide/qtpy";
51 license = licenses.mit;