diff options
| author | nikstur <nikstur@outlook.com> | 2023-12-27 23:08:43 +0100 |
|---|---|---|
| committer | nikstur <nikstur@outlook.com> | 2023-12-27 23:08:45 +0100 |
| commit | 8cb85ce23d7456614c4cfa7df92c1b9ef341d64f (patch) | |
| tree | 1415365046c6b8008427365ef9c5c6bff8594dba /pkgs/development/python-modules/ptpython | |
| parent | 386647bebf6b1430c783790a513a51769f478252 (diff) | |
python3Packages.ptpython: remove now superfluous black dependency
When building systemd for example, black produces a long dependency
chain. Since it's not required anymore, remove it.
Diffstat (limited to 'pkgs/development/python-modules/ptpython')
| -rw-r--r-- | pkgs/development/python-modules/ptpython/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/ptpython/default.nix b/pkgs/development/python-modules/ptpython/default.nix index 355171856fbd..9db2e9c1d2c0 100644 --- a/pkgs/development/python-modules/ptpython/default.nix +++ b/pkgs/development/python-modules/ptpython/default.nix @@ -3,9 +3,7 @@ , pythonOlder , fetchPypi , appdirs -, black , importlib-metadata -, isPy3k , jedi , prompt-toolkit , pygments @@ -25,7 +23,6 @@ buildPythonPackage rec { propagatedBuildInputs = [ appdirs - black # yes, this is in install_requires jedi prompt-toolkit pygments |
