pythonPackages.snowflake-connector-python: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-21 00:01:47 +01:00
parent cac9041461
commit 1ba15162b9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -57,11 +57,7 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace setup.py \ substituteInPlace setup.py \
--replace "'boto3>=1.4.4,<1.16'," "'boto3~=1.16'," \ --replace "'pyOpenSSL>=16.2.0,<20.0.0'," "'pyOpenSSL',"
--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',"
''; '';
# tests require encrypted secrets, see # tests require encrypted secrets, see