Unverified Commit 3e44af0b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python3Packages.irc: build fix for Python 3.11 (#353797)

parents 53bbf1aa f23d794c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  pythonOlder,
  pytz,
  setuptools-scm,
  importlib-resources,
}:

buildPythonPackage rec {
@@ -34,7 +35,7 @@ buildPythonPackage rec {
    jaraco-stream
    jaraco-text
    pytz
  ];
  ] ++ lib.optionals (pythonOlder "3.12") [ importlib-resources ];

  nativeCheckInputs = [ pytestCheckHook ];