python3Packages.snowflake-connector-python: Fix boto3 replace

This commit is contained in:
Sandro Jäckel 2020-11-27 10:42:23 +01:00 committed by Jonathan Ringer
parent c63aa4a927
commit df1c8e3f0f

View file

@ -57,7 +57,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "'boto3>=1.4.4,<1.15'," "'boto3~=1.15'," \
--replace "'boto3>=1.4.4,<1.16'," "'boto3~=1.16'," \
--replace "'cryptography>=2.5.0,<3.0.0'," "'cryptography'," \
--replace "'idna<2.10'," "'idna'," \
--replace "'requests<2.24.0'," "'requests',"