Merge pull request #122310 from freezeboy/unbreak-tuir
tuir: unbreak adding six dependency
This commit is contained in:
commit
f30018c4ae
|
@ -21,7 +21,7 @@ buildPythonApplication rec {
|
|||
|
||||
checkInputs = [ coverage coveralls docopt mock pylint pytest vcrpy ];
|
||||
|
||||
propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests ];
|
||||
propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests six ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Browse Reddit from your Terminal (fork of rtv)";
|
||||
|
|
Loading…
Reference in New Issue