python311Packages.google-cloud-websecurityscanner: refactor

This commit is contained in:
Fabian Affolter 2024-02-08 17:52:18 +01:00 committed by GitHub
parent 2a2babe9d0
commit 5d84305d30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.14.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,6 +23,10 @@ buildPythonPackage rec {
hash = "sha256-+RupyR6W5fYR1n28anASGIXI6J53CU4WG1QC+HIZi/Y=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
proto-plus