python3Packages.pyquil: remove qcs-api-client version constraint

as already done upstream https://github.com/rigetti/pyquil/pull/1449
This commit is contained in:
Robert Scott
2022-07-21 22:35:34 +02:00
committed by Martin Weinelt
parent 79a23e73c3
commit 3737f384aa
@@ -62,7 +62,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'lark = "^0.11.1"' 'lark = "*"'
--replace 'lark = "^0.11.1"' 'lark = "*"' \
--replace 'qcs-api-client = ">=0.8.1,<0.21.0"' 'qcs-api-client = "*"'
'';
disabledTestPaths = [