pythonPackages.google-api-python-client: normalize package name

This commit is contained in:
Sandro Jäckel
2021-03-05 16:21:18 +01:00
parent ba5b0e2445
commit bdfaf83f76
12 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
, six
, dateutil
, fusepy
, google_api_python_client
, google-api-python-client
}:
buildPythonPackage rec {
@@ -22,7 +22,7 @@ buildPythonPackage rec {
};
buildInputs = [ gipc greenlet httplib2 six ];
propagatedBuildInputs = [ dateutil fusepy google_api_python_client ];
propagatedBuildInputs = [ dateutil fusepy google-api-python-client ];
patchPhase = ''
substituteInPlace gdrivefs/resources/requirements.txt \