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"; sha256 = "1fgg28halsy4g43wjpkbd6l0wqiwyzkd4zjrzbbyzw4dxbsf3xfm";
}; };
propagatedBuildInputs = propagatedBuildInputs = with self; [
[ self.dateutil dateutil
self.requests jmespath
self.jmespath docutils
]; ordereddict
simplejson
];
buildInputs = with self; [ docutils mock nose ]; checkInputs = with self; [ mock nose ];
checkPhase = '' checkPhase = ''
nosetests -v nosetests -v