7 , google-api-python-client
10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "1bz3dn6wm9mlm2w8czwjmhvf3ws3iggr57hvd8z8acl1qafr2g4m";
19 propagatedBuildInputs = [
20 google-api-python-client
26 # tests depend on a google auth token
29 pythonImportsCheck = [ "drivelib" ];
32 description = "Easy access to the most common Google Drive API calls";
33 homepage = "https://pypi.org/project/drivelib/";
34 license = licenses.gpl3Only;
35 maintainers = with maintainers; [ gravndal ];