From c38900f57f7a76526ab88b4fc52eebca3536d357 Mon Sep 17 00:00:00 2001 From: Albert Peschar Date: Sun, 20 Nov 2022 18:50:43 +0000 Subject: [PATCH] Add dependency on `rich` --- pkgs/development/python-modules/executing/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = [