Commit 87d89410 authored by Andreas Rammhold's avatar Andreas Rammhold
Browse files

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).
parent 627e84e0
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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 ];
  };
})
}