pythonPackages.google-cloud-spanner: Remove stale substituteInPlace
This commit is contained in:
parent
0e4c371ad9
commit
aa82a72075
@ -21,11 +21,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "060c53bc6f541660a2fe868fd83a695207d4e7b050e04fe103d1e77634b813c7";
|
sha256 = "060c53bc6f541660a2fe868fd83a695207d4e7b050e04fe103d1e77634b813c7";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace '"proto-plus == 1.11.0"' '"proto-plus"'
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ google-cloud-core grpc_google_iam_v1 libcst proto-plus sqlparse ];
|
propagatedBuildInputs = [ google-cloud-core grpc_google_iam_v1 libcst proto-plus sqlparse ];
|
||||||
|
|
||||||
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
|
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
|
||||||
|
Loading…
Reference in New Issue
Block a user