diff --git a/pkgs/development/python-modules/executing/default.nix b/pkgs/development/python-modules/executing/default.nix index 749561769e61..956cf6b37c57 100644 --- a/pkgs/development/python-modules/executing/default.nix +++ b/pkgs/development/python-modules/executing/default.nix @@ -5,6 +5,8 @@ , setuptools-scm , pytestCheckHook , littleutils +, pythonAtLeast +, rich }: buildPythonPackage rec { @@ -31,6 +33,8 @@ buildPythonPackage rec { pytestCheckHook asttokens littleutils + ] ++ lib.optionals (pythonAtLeast "3.11") [ + rich ]; pythonImportsCheck = [