From: Marc Foley Date: Wed, 9 Nov 2022 17:05:26 +0000 (+0000) Subject: Update setup.py X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbda1d8a9565746e7ff9d1f4a0da99170349ea7;p=thirdparty%2Fgoogle%2Ffonts.git Update setup.py --- diff --git a/setup.py b/setup.py index ed4ce0a5ea..1f6ae624e7 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,6 @@ setup( install_requires=[ # 3.7.0 fixed a bug on parsing some METADATA.pb files. # We cannot use v4 because our protobuf files have been compiled with v3. - 'protobuf>=3.7.0, <=3.20.3', + 'protobuf>=3.7.0, <=3.20.3', ] )