Merge pull request #277187 from nikstur/ptpython-remove-black

python3Packages.ptpython: remove now superfluous black dependency
This commit is contained in:
nikstur 2023-12-28 15:14:14 +01:00 committed by GitHub
commit 4a2396fe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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