pythonPackages.google-cloud-spanner: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-02 23:26:45 +01:00
parent 0e4c371ad9
commit aa82a72075
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -21,11 +21,6 @@ buildPythonPackage rec {
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 ];
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];