gsutil: add crcmod to dependencies. Needed to download from Google Storage.
This commit is contained in:
parent
4aebd5ef87
commit
f5680cdd49
1 changed files with 1 additions and 1 deletions
|
@ -12197,7 +12197,7 @@ let
|
|||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ boto-230 crcmod httplib2 gcs-oauth2-boto-plugin google_api_python_client gflags
|
||||
retry_decorator pkgs.pyopenssl socksipy-branch ];
|
||||
retry_decorator pkgs.pyopenssl socksipy-branch crcmod ];
|
||||
};
|
||||
|
||||
pypi2nix = self.buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue