From 588d78bba7beea93119ed99ecf2e996f2b4b9820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 9 Jan 2023 08:16:14 -0800 Subject: [PATCH] python311Packages.pydantic: autoflake is only used at build time --- pkgs/development/python-modules/pydantic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pydantic/default.nix b/pkgs/development/python-modules/pydantic/default.nix index e0f342f72217..7ccd400326ae 100644 --- a/pkgs/development/python-modules/pydantic/default.nix +++ b/pkgs/development/python-modules/pydantic/default.nix @@ -54,6 +54,7 @@ buildPythonPackage rec { cython ] ++ lib.optionals withDocs [ # dependencies for building documentation + autoflake ansi2html markdown-include mdx-truly-sane-lists @@ -67,7 +68,6 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ - autoflake devtools email-validator pyupgrade