From: Remi Gacogne Date: Mon, 10 Dec 2018 17:37:24 +0000 (+0100) Subject: dnsdist: Add 'future' to the regression tests requirements X-Git-Tag: rec-4.2.0-alpha1~68^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7275%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Add 'future' to the regression tests requirements --- diff --git a/regression-tests.dnsdist/requirements.txt b/regression-tests.dnsdist/requirements.txt index ec97ccac10..6ad4ff3d67 100644 --- a/regression-tests.dnsdist/requirements.txt +++ b/regression-tests.dnsdist/requirements.txt @@ -5,3 +5,4 @@ requests>=2.1.0 protobuf>=2.5,<3.0; sys_platform != 'darwin' protobuf>=3.0; sys_platform == 'darwin' pysnmp>=4.3.4 +future>=0.17.1