mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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
|
@ -3,7 +3,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, flask
|
||||
, google_auth
|
||||
, google-auth
|
||||
, httplib2
|
||||
, mock
|
||||
, pytestCheckHook
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
google_auth
|
||||
google-auth
|
||||
httplib2
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue