From: Chris Hofstaedtler Date: Mon, 19 Feb 2018 18:18:44 +0000 (+0100) Subject: In tests use protobuf3 on macOS X-Git-Tag: dnsdist-1.3.0~92^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cdad2cbf462464a8fd963e169b8b4ba475cdd33;p=pdns In tests use protobuf3 on macOS --- diff --git a/regression-tests.dnsdist/requirements.txt b/regression-tests.dnsdist/requirements.txt index 7385b3f4b..da220059b 100644 --- a/regression-tests.dnsdist/requirements.txt +++ b/regression-tests.dnsdist/requirements.txt @@ -2,5 +2,6 @@ dnspython>=1.11 nose>=1.3.7 libnacl>=1.4.3 requests>=2.1.0 -protobuf>=2.5,<3.0 +protobuf>=2.5,<3.0; sys_platform != 'darwin' +protobuf>=3.0; sys_platform == 'darwin' pysnmp>=4.3.4