tvdb_api: add support for python3

This commit is contained in:
Peter Hoeg 2017-03-13 17:48:45 +08:00
parent 64fcdf7aa4
commit c1b1da21ea

View File

@ -31280,7 +31280,7 @@ EOF
sha256 = "0hq887yb3rwc0rcw32lh7xdkk9bbrqy274aspzqkd6f7dyhp73ih";
};
disabled = isPy3k;
propagatedBuildInputs = with self; [ requests-cache ];
meta = {
description = "Simple to use TVDB (thetvdb.com) API in Python.";