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
@@ -5,7 +5,7 @@
, ptable
, click
, requests
, prompt_toolkit
, prompt-toolkit
, pygments
, urllib3
, pytest
@@ -20,9 +20,9 @@ buildPythonPackage rec {
version = "5.8.4";
disabled = isPy27;
propagatedBuildInputs = [ ptable click requests prompt_toolkit pygments urllib3 ];
propagatedBuildInputs = [ ptable click requests prompt-toolkit pygments urllib3 ];
checkInputs = [ pytest pytest-cov mock sphinx testtools ptable click requests prompt_toolkit pygments urllib3 ];
checkInputs = [ pytest pytest-cov mock sphinx testtools ptable click requests prompt-toolkit pygments urllib3 ];
checkPhase = ''
pytest