Merge pull request #147070 from arcnmx/hangups-async-timeout
python3Packages.hangups: fix async-timeout
This commit is contained in:
commit
67e5945d35
@ -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"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user