6 google-api-python-client,
14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
22 inherit pname version;
23 hash = "sha256-lTyRncKBMoU+ahuekt+LQ/PhNqySf4a4qLSmyo1t468=";
27 # Remove vendorized versioneer.py
38 google-api-python-client
43 # Tests depend on a google auth token
46 pythonImportsCheck = [ "drivelib" ];
49 description = "Easy access to the most common Google Drive API calls";
50 homepage = "https://github.com/Lykos153/python-drivelib";
51 license = licenses.gpl3Only;
52 maintainers = with maintainers; [ gravndal ];