mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
parent
3fd67fbb42
commit
4f909b59b4
@ -4,6 +4,7 @@
|
||||
, isPy3k
|
||||
, oauth2client
|
||||
, gdata
|
||||
, google_api_python_client
|
||||
, simplejson
|
||||
, httplib2
|
||||
, keyring
|
||||
@ -21,7 +22,7 @@ buildPythonPackage rec {
|
||||
sha256 = "139a98d646d5c5963670944d5cfcc1a107677ee11fa98329221bd600457fda6d";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ oauth2client gdata simplejson httplib2 keyring six rsa ];
|
||||
propagatedBuildInputs = [ oauth2client gdata google_api_python_client simplejson httplib2 keyring six rsa ];
|
||||
|
||||
preConfigure = ''
|
||||
sed -i '/distribute/d' setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user