lol

python310Packages.ipdb: propagate exceptiongroup for older python

This is a builtin only available from python 3.11.

+2
+2
pkgs/development/python-modules/ipdb/default.nix
··· 5 5 , decorator 6 6 , ipython 7 7 , isPyPy 8 + , exceptiongroup 8 9 , tomli 9 10 , setuptools 10 11 , unittestCheckHook ··· 30 31 ipython 31 32 decorator 32 33 ] ++ lib.optionals (pythonOlder "3.11") [ 34 + exceptiongroup 33 35 tomli 34 36 ]; 35 37