From 392d91497bfcea2de459f07ee7dd611da0db9aee Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 8 Apr 2019 16:12:47 +0200 Subject: [PATCH] OpenBSD only has protoc 3.x; tell python to install the proper runtime. --- regression-tests.dnsdist/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests.dnsdist/requirements.txt b/regression-tests.dnsdist/requirements.txt index 6ad4ff3d67..7fbe25b04b 100644 --- a/regression-tests.dnsdist/requirements.txt +++ b/regression-tests.dnsdist/requirements.txt @@ -2,7 +2,7 @@ dnspython>=1.11,<1.16.0 nose>=1.3.7 libnacl>=1.4.3 requests>=2.1.0 -protobuf>=2.5,<3.0; sys_platform != 'darwin' -protobuf>=3.0; sys_platform == 'darwin' +protobuf>=2.5,<3.0; sys_platform != 'darwin' and sys_platform != 'openbsd6' +protobuf>=3.0; sys_platform == 'darwin' or sys_platform == 'openbsd6' pysnmp>=4.3.4 future>=0.17.1 -- 2.39.2