python39Packages.google-cloud-asset: remove unused input, outdated postPatch

This commit is contained in:
Sandro Jäckel 2021-09-09 10:32:11 +02:00
parent c4c70b389d
commit 4b05f3192e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,7 +9,6 @@
, google-cloud-testutils
, libcst
, proto-plus
, pytest
, pytest-asyncio
, pytestCheckHook
, mock
@ -24,11 +23,6 @@ buildPythonPackage rec {
sha256 = "7d7218ffdd17d64184e1de69ef016f1f070bb0c888785510c4731948b078067d";
};
postPatch = ''
substituteInPlace setup.py \
--replace '"google-cloud-org-policy >= 0.1.2, < 0.2.0dev"' '"google-cloud-org-policy >= 0.1.2"'
'';
propagatedBuildInputs = [
grpc-google-iam-v1
google-api-core