python3Packages.hangups: relax protobuf constraint

This commit is contained in:
Martin Weinelt 2022-09-17 15:29:38 +02:00 committed by Sandro Jäckel
parent ad824e40c5
commit 1b1125a703
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "protobuf>=3.1.0,<3.20" "protobuf" \
--replace "protobuf>=3.1.0,<4" "protobuf" \
--replace "MechanicalSoup>=0.6.0,<0.13" "MechanicalSoup"
'';