pythonPackages:google*: Noramlize names by replacing _ with -
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
, shapely
|
||||
, ndjson
|
||||
, backoff
|
||||
, google_api_core
|
||||
, google-api-core
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jinja2 requests pillow rasterio shapely ndjson backoff
|
||||
google_api_core
|
||||
google-api-core
|
||||
];
|
||||
|
||||
# Test cases are not running on pypi or GitHub
|
||||
|
||||
Reference in New Issue
Block a user