pythonPackages: normalise prompt_toolkit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user