tuir: unbreak adding six dependency

This commit is contained in:
freezeboy 2021-05-09 09:35:15 +02:00
parent 22a9ec8eda
commit 16a600d29e

View file

@ -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)";