python311Packages.google-cloud-appengine-logging: refactor

This commit is contained in:
Fabian Affolter 2024-02-09 08:28:13 +01:00 committed by GitHub
parent 107178af92
commit a6a75fa3ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.4.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,6 +24,10 @@ buildPythonPackage rec {
hash = "sha256-mQXHwww8K77dCxMuKycfyCRzM+vJMdLSOvG7vRG0Nf4=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
grpc-google-iam-v1