]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.dnsdist/requirements.txt
OpenBSD only has protoc 3.x; tell python to install the proper runtime.
[thirdparty/pdns.git] / 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