pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
Created a version to prompt_toolkit_1 for legacy ipython
This commit is contained in:
committed by
Frederik Rietdijk
parent
189acf712d
commit
d69246709f
@@ -19,7 +19,7 @@
|
||||
, requests
|
||||
, simplegeneric
|
||||
, traitlets
|
||||
, prompt_toolkit
|
||||
, prompt_toolkit_1
|
||||
, pexpect
|
||||
, appnope
|
||||
}:
|
||||
@@ -42,7 +42,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_1
|
||||
simplegeneric traitlets requests pathlib2 pexpect
|
||||
] ++ lib.optionals stdenv.isDarwin [ appnope ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user