pythonPackages.google_cloud_access_context_manager: Rename to fit other packages, cleanup

This commit is contained in:
Sandro Jäckel 2021-01-05 10:48:22 +01:00
parent f34f2f0b90
commit 9711439698
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 5 deletions

View file

@ -9,19 +9,19 @@ buildPythonPackage rec {
sha256 = "1qy7wv1xn7g3x5z0vvv0pwmxhin4hw2m9fs9iklnghy00vg37v0b";
};
disabled = pythonOlder "3.5";
propagatedBuildInputs = [ google_api_core ];
# No tests in repo
doCheck = false;
pythonImportsCheck = [ "google.identity.accesscontextmanager" ];
pythonImportsCheck = [
"google.identity.accesscontextmanager"
];
meta = with lib; {
description = "Protobufs for Google Access Context Manager.";
homepage = "https://github.com/googleapis/python-access-context-manager";
license = licenses.asl20;
maintainers = with maintainers; [ austinbutler ];
maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
};
}

View file

@ -2525,7 +2525,7 @@ in {
google-auth-oauthlib = callPackage ../development/python-modules/google-auth-oauthlib { };
google-cloud-access-context-manager = callPackage ../development/python-modules/google-cloud-access-context-manager { };
google_cloud_access_context_manager = callPackage ../development/python-modules/google_cloud_access_context_manager { };
google_cloud_asset = callPackage ../development/python-modules/google_cloud_asset { };