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.
This commit is contained in:
nikstur
2023-12-27 23:08:45 +01:00
parent 386647bebf
commit 8cb85ce23d
@@ -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