about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pydantic
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-01-09 08:16:14 -0800
committerRobert Schütz <nix@dotlambda.de>2023-01-09 08:16:14 -0800
commit588d78bba7beea93119ed99ecf2e996f2b4b9820 (patch)
tree5fbe11f6359010fdd117c47b57fa6ef0ff265fb8 /pkgs/development/python-modules/pydantic
parent2b671e96a88ff40c0a519a0ae24c66c61f0d36e1 (diff)
python311Packages.pydantic: autoflake is only used at build time
Diffstat (limited to 'pkgs/development/python-modules/pydantic')
-rw-r--r--pkgs/development/python-modules/pydantic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pydantic/default.nix b/pkgs/development/python-modules/pydantic/default.nix
index e0f342f72217c..7ccd400326aed 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