python310Packages.ipdb: propagate exceptiongroup for older python

This is a builtin only available from python 3.11.
This commit is contained in:
Martin Weinelt 2023-09-19 16:41:27 +02:00
parent 73d61327b3
commit 4f49f21877

View file

@ -5,6 +5,7 @@
, decorator
, ipython
, isPyPy
, exceptiongroup
, tomli
, setuptools
, unittestCheckHook
@ -30,6 +31,7 @@ buildPythonPackage rec {
ipython
decorator
] ++ lib.optionals (pythonOlder "3.11") [
exceptiongroup
tomli
];