pythonPackages:google*: Noramlize names by replacing _ with -

This commit is contained in:
Sandro Jäckel
2021-01-06 10:46:48 +01:00
parent 692345a570
commit ac391fdc0b
57 changed files with 209 additions and 209 deletions

View File

@@ -4,7 +4,7 @@
, click
, mock
, pytestCheckHook
, google_auth
, google-auth
, requests_oauthlib
}:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
google_auth
google-auth
requests_oauthlib
];