pythonPackages: normalise prompt_toolkit

This commit is contained in:
Sandro Jäckel
2021-07-22 17:02:31 +02:00
parent 8dfc51d9c3
commit 183c7ebcae
33 changed files with 55 additions and 54 deletions
@@ -19,7 +19,7 @@
, requests
, simplegeneric
, traitlets
, prompt_toolkit
, prompt-toolkit
, pexpect
, appnope
}:
@@ -51,7 +51,7 @@ buildPythonPackage rec {
checkInputs = [ nose pygments testpath ] ++ lib.optional isPy27 mock;
propagatedBuildInputs = [
backports_shutil_get_terminal_size decorator pickleshare prompt_toolkit
backports_shutil_get_terminal_size decorator pickleshare prompt-toolkit
simplegeneric traitlets requests pathlib2 pexpect
] ++ lib.optionals stdenv.isDarwin [ appnope ];
@@ -13,7 +13,7 @@
, decorator
, pickleshare
, traitlets
, prompt_toolkit
, prompt-toolkit
, pexpect
, appnope
, backcall
@@ -43,7 +43,7 @@ buildPythonPackage rec {
decorator
pickleshare
traitlets
prompt_toolkit
prompt-toolkit
pygments
pexpect
backcall
@@ -14,7 +14,7 @@
, matplotlib-inline
, pickleshare
, traitlets
, prompt_toolkit
, prompt-toolkit
, pexpect
, appnope
, backcall
@@ -45,7 +45,7 @@ buildPythonPackage rec {
matplotlib-inline
pickleshare
traitlets
prompt_toolkit
prompt-toolkit
pygments
pexpect
backcall