From e58878b8a1e796fec5bd1b75f454345974b02b9a Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 2 Aug 2024 23:03:16 +0200 Subject: [PATCH] nbqa: fix by adding distutils test dependency --- pkgs/tools/misc/nbqa/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/nbqa/default.nix b/pkgs/tools/misc/nbqa/default.nix index 5a05f403b641..251083be4c10 100644 --- a/pkgs/tools/misc/nbqa/default.nix +++ b/pkgs/tools/misc/nbqa/default.nix @@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec { ] ++ (with python3.pkgs; [ autoflake + distutils flake8 isort jupytext