mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-24 18:16:21 +03:00
pythonPackages:google*: Noramlize names by replacing _ with -
This commit is contained in:
parent
692345a570
commit
ac391fdc0b
57 changed files with 209 additions and 209 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, buildPythonPackage, fetchPypi
|
||||
, google_auth, google-auth-httplib2, google_api_core
|
||||
, google-auth, google-auth-httplib2, google-api-core
|
||||
, httplib2, six, uritemplate, oauth2client }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
google_auth google-auth-httplib2 google_api_core
|
||||
google-auth google-auth-httplib2 google-api-core
|
||||
httplib2 six uritemplate oauth2client
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue