pythonPackages.dropbox: fix build dependencies

This commit is contained in:
Lancelot SIX 2017-09-06 12:37:40 +02:00 committed by Frederik Rietdijk
parent ea0c1c1bfd
commit eae28752a8

View file

@ -5196,6 +5196,7 @@ in {
sha256 = "0bixx80zjq0286dwm4zhg8bdhc8pqlrqy4n2jg7i6m6a4gv4gak5";
};
buildInputs = with self; [ pytestrunner ];
propagatedBuildInputs = with self; [ requests urllib3 mock setuptools ];
meta = {