From: Marc Foley Date: Thu, 27 Oct 2022 13:48:32 +0000 (+0100) Subject: Update setup.py X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d200bc1f7d693e3ea2e8c5b4a73abece9898b335;p=thirdparty%2Fgoogle%2Ffonts.git Update setup.py don't hard pin protobuf. --- diff --git a/setup.py b/setup.py index e0470048d7..c69db2e960 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ setup( python_requires=">=3.7", setup_requires=['setuptools_scm>=4,<6.1'], install_requires=[ - 'protobuf==3.19.4' + 'protobuf>=3.19.4' ] )