]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
OpenBSD only has protoc 3.x; tell python to install the proper runtime. 7687/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 8 Apr 2019 14:12:47 +0000 (16:12 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 8 Apr 2019 14:12:47 +0000 (16:12 +0200)
regression-tests.dnsdist/requirements.txt

index 6ad4ff3d674185a3e7ff34e263fb3e61ce69561a..7fbe25b04b7470821c56380ecbf9e670e62850c7 100644 (file)
@@ -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