python.pkgs.botocore: fix dependencies

This commit is contained in:
Frederik Rietdijk 2017-09-23 08:23:14 +02:00
parent 5e916914ef
commit 805fa2e667

View File

@ -2156,13 +2156,15 @@ in {
sha256 = "1fgg28halsy4g43wjpkbd6l0wqiwyzkd4zjrzbbyzw4dxbsf3xfm";
};
propagatedBuildInputs =
[ self.dateutil
self.requests
self.jmespath
];
propagatedBuildInputs = with self; [
dateutil
jmespath
docutils
ordereddict
simplejson
];
buildInputs = with self; [ docutils mock nose ];
checkInputs = with self; [ mock nose ];
checkPhase = ''
nosetests -v