Unverified Commit 8e564056 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.wrf-python: mark broken (#365463)

parents 66cb398f 9b819835
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "wrf" ];

  meta = with lib; {
    # `ModuleNotFoundError: No module named 'distutils.msvccompiler'` on Python 3.11
    # `ModuleNotFoundError: No module named 'numpy.distutils'` on Python 3.12
    broken = true;
    description = "WRF postprocessing library for Python";
    homepage = "http://wrf-python.rtfd.org";
    license = licenses.asl20;