Merge pull request #145496 from fabaff/fix-cirq
python3Packages.cirq-rigetti: relax certifi constraint
This commit is contained in:
commit
72eda5248a
@ -34,6 +34,7 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "attrs~=20.3.0" "attrs" \
|
||||
--replace "certifi~=2021.5.30" "certifi" \
|
||||
--replace "h11~=0.9.0" "h11" \
|
||||
--replace "httpcore~=0.11.1" "httpcore" \
|
||||
--replace "httpx~=0.15.5" "httpx" \
|
||||
|
Loading…
Reference in New Issue
Block a user