pythonPackages.configobj: new version needs six as dependency

This commit is contained in:
Rok Garbas 2014-09-28 12:56:08 +02:00
parent 943b1a4768
commit 28ea895b08

View File

@ -1392,6 +1392,8 @@ let
# error: invalid command 'test'
doCheck = false;
propagatedBuildInputs = [ six ];
meta = {
description = "Config file reading, writing and validation.";
homepage = http://pypi.python.org/pypi/configobj;