python-packages: add missing deps to azure

This commit is contained in:
Erik Timan 2015-04-07 09:52:29 +00:00
parent db6de11341
commit e5989ee6e3

View File

@ -667,7 +667,7 @@ let
md5 = "305b0036df5696d68369807835f554ae";
};
propagatedBuildInputs = with self; [ dateutil ];
propagatedBuildInputs = with self; [ dateutil futures pyopenssl requests ];
meta = with stdenv.lib; {
description = "Microsoft Azure SDK for Python";