mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #277187 from nikstur/ptpython-remove-black
python3Packages.ptpython: remove now superfluous black dependency
This commit is contained in:
commit
4a2396fe74
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue