python310Packages.pyside2: 5.15.10 -> 5.15.11

This fixes the Python 3.11 build (which I need to compile FreeCAD
with python 3.11).
This commit is contained in:
Andreas Rammhold 2023-10-26 03:10:04 +02:00
parent 627e84e085
commit 87d89410a7

View File

@ -10,11 +10,6 @@
, qt5
, shiboken2
}:
# Only build when Python<=3.10
# See https://bugreports.qt.io/browse/PYSIDE-1864
# "There are no plans to support Python versions > 3.10 in the 5.15 branch."
disabledIf (pythonAtLeast "3.11") (
stdenv.mkDerivation rec {
pname = "pyside2";
version = "5.15.11";
@ -80,4 +75,4 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
};
})
}