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
@@ -2,7 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, awscli
|
||||
, prompt_toolkit
|
||||
, prompt_toolkit_1
|
||||
, boto3
|
||||
, configobj
|
||||
, pygments
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
# Why does it propagate packages that are used for testing?
|
||||
propagatedBuildInputs = [
|
||||
awscli
|
||||
prompt_toolkit
|
||||
prompt_toolkit_1
|
||||
boto3
|
||||
configobj
|
||||
pygments
|
||||
|
||||
@@ -15,7 +15,7 @@ buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pymysql configobj sqlparse prompt_toolkit pygments click pycrypto cli-helpers
|
||||
pymysql configobj sqlparse prompt_toolkit_1 pygments click pycrypto cli-helpers
|
||||
];
|
||||
|
||||
checkInputs = [ pytest mock glibcLocales ];
|
||||
|
||||
Reference in New Issue
Block a user