pythonPackages.paperspace: propagate boto3, requests

Otherwise, 'paperspace-python' does not work properly.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-06-10 02:45:30 -05:00
parent 6d6ff86c85
commit ce93645c9c

View File

@ -12,9 +12,10 @@ buildPythonPackage rec {
sha256 = "0z19arikcjpfvp3bgssnlhplm1qzgw95s3r5fnsyf7nwmc4pvvpa";
};
buildInputs = [ boto3 requests ];
propagatedBuildInputs = [ boto3 requests ];
doCheck = false; # bizarre test failure
# tries to use /homeless-shelter to mimic container usage, etc
doCheck = false;
meta = with stdenv.lib; {
description = "Python API for Paperspace Cloud";