flask: add missing dependencies and fix license

This commit is contained in:
Pascal Wittmann 2015-12-13 18:53:50 +01:00
parent 9fdb01300c
commit 8603828324

View File

@ -7534,12 +7534,12 @@ in modules // {
md5 = "378670fe456957eb3c27ddaef60b2b24";
};
propagatedBuildInputs = with self; [ werkzeug jinja2 ];
propagatedBuildInputs = with self; [ itsdangerous click werkzeug jinja2 ];
meta = {
homepage = http://flask.pocoo.org/;
description = "A microframework based on Werkzeug, Jinja 2, and good intentions";
license = "BSD";
license = licenses.bsd3;
};
};