Loading pkgs/development/python-modules/irc/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pythonOlder, pytz, setuptools-scm, importlib-resources, }: buildPythonPackage rec { Loading @@ -34,7 +35,7 @@ buildPythonPackage rec { jaraco-stream jaraco-text pytz ]; ] ++ lib.optionals (pythonOlder "3.12") [ importlib-resources ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/irc/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pythonOlder, pytz, setuptools-scm, importlib-resources, }: buildPythonPackage rec { Loading @@ -34,7 +35,7 @@ buildPythonPackage rec { jaraco-stream jaraco-text pytz ]; ] ++ lib.optionals (pythonOlder "3.12") [ importlib-resources ]; nativeCheckInputs = [ pytestCheckHook ]; Loading