python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pymysql configobj sqlparse prompt_toolkit_1 pygments click pycrypto cli-helpers
|
||||
pymysql configobj sqlparse prompt_toolkit pygments click pycrypto cli-helpers
|
||||
];
|
||||
|
||||
checkInputs = [ pytest mock glibcLocales ];
|
||||
|
||||
Reference in New Issue
Block a user