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

This commit is contained in:
Sandro Jäckel
2021-01-06 23:59:50 +01:00
parent 692345a570
commit ac391fdc0b
57 changed files with 209 additions and 209 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
checkInputs = [ which ] ++ (with python3Packages; [ cython pytest ]);
propagatedBuildInputs = with python3Packages; [
sqlite apsw pycrypto requests defusedxml dugong llfuse
cython pytest pytest-catchlog google_auth google-auth-oauthlib
cython pytest pytest-catchlog google-auth google-auth-oauthlib
];
preBuild = ''