python310Packages.ipdb: propagate exceptiongroup for older python
This is a builtin only available from python 3.11.
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user