mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
Merge pull request #331853 from GaetanLepage/nbqa
nbqa: fix by adding distutils dependency
This commit is contained in:
commit
81d6cb6d11
@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
]
|
||||
++ (with python3.pkgs; [
|
||||
autoflake
|
||||
distutils
|
||||
flake8
|
||||
isort
|
||||
jupytext
|
||||
|
Loading…
Reference in New Issue
Block a user