about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-21 00:01:47 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-22 01:16:21 +0100
commit1ba15162b9b75d0565ac92a396c8a139cf19efa2 (patch)
tree323048e49c8f6139e9967da3c57f758f75f9b65b /pkgs
parentcac904146132cd4b11476cd7428b57bc5f86f6d8 (diff)
pythonPackages.snowflake-connector-python: remove stale substituteInPlace
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/snowflake-connector-python/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/snowflake-connector-python/default.nix b/pkgs/development/python-modules/snowflake-connector-python/default.nix
index 96f489ec6ed90..a2f6a7aae92b8 100644
--- a/pkgs/development/python-modules/snowflake-connector-python/default.nix
+++ b/pkgs/development/python-modules/snowflake-connector-python/default.nix
@@ -57,11 +57,7 @@ buildPythonPackage rec {
 
   postPatch = ''
     substituteInPlace setup.py \
-      --replace "'boto3>=1.4.4,<1.16'," "'boto3~=1.16'," \
-      --replace "'cryptography>=2.5.0,<3.0.0'," "'cryptography'," \
-      --replace "'pyOpenSSL>=16.2.0,<20.0.0'," "'pyOpenSSL'," \
-      --replace "'idna<2.10'," "'idna'," \
-      --replace "'requests<2.24.0'," "'requests',"
+      --replace "'pyOpenSSL>=16.2.0,<20.0.0'," "'pyOpenSSL',"
   '';
 
   # tests require encrypted secrets, see