python311Packages.google-cloud-container: refactor

This commit is contained in:
Fabian Affolter
2024-01-08 12:20:02 +01:00
parent 0cdb4f11fd
commit a620ad1a82
@@ -9,12 +9,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.37.0";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,6 +24,10 @@ buildPythonPackage rec {
hash = "sha256-kHWB2/iCAXFlHnifL+aPaU0i3xmgf1rOSsk8JhCx1Dk=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
libcst