pythonPackages:google*: Noramlize names by replacing _ with -
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
|
||||
propagatedBuildInputs = (with python3Packages; [
|
||||
boto
|
||||
gevent
|
||||
google_cloud_storage
|
||||
google-cloud-storage
|
||||
]) ++ [
|
||||
postgresql
|
||||
lzop
|
||||
|
||||
Reference in New Issue
Block a user