pythonPackages.snowflake-connector-python: remove stale substituteInPlace
This commit is contained in:
parent
cac9041461
commit
1ba15162b9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user