python3Packages.hangups: fix async-timeout

This commit is contained in:
arcnmx 2021-11-22 16:10:47 -08:00
parent fbd3124b92
commit 9c390b6b38

View File

@ -32,6 +32,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "protobuf>=3.1.0,<3.17" "protobuf" \
--replace "async-timeout>=2,<4" "async-timeout" \
--replace "MechanicalSoup>=0.6.0,<0.13" "MechanicalSoup"
'';