about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/google-cloud-spanner/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/google-cloud-spanner/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/google-cloud-spanner/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/google-cloud-spanner/default.nix b/nixpkgs/pkgs/development/python-modules/google-cloud-spanner/default.nix
index 382476af0ca3..c4849dd2f559 100644
--- a/nixpkgs/pkgs/development/python-modules/google-cloud-spanner/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/google-cloud-spanner/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv
+{ lib
 , buildPythonPackage
 , fetchPypi
 , grpc_google_iam_v1
@@ -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 ];