From 4cdad2cbf462464a8fd963e169b8b4ba475cdd33 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 19 Feb 2018 19:18:44 +0100 Subject: [PATCH] In tests use protobuf3 on macOS --- regression-tests.dnsdist/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0