pythonPackages.httpretty: add certifi dependency

This commit is contained in:
Edward Tjörnhammar 2015-05-02 22:03:30 +02:00
parent bb9ee2ab55
commit 1a6cddff0e

View File

@ -5994,7 +5994,7 @@ let
md5 = "50b02560a49fe928c90c53a49791f621";
};
buildInputs = with self; [ tornado requests httplib2 sure nose coverage ];
buildInputs = with self; [ tornado requests httplib2 sure nose coverage certifi ];
propagatedBuildInputs = with self; [ urllib3 ];