From: Fred Morcos Date: Fri, 21 Apr 2023 08:58:14 +0000 (+0200) Subject: Pin pyasn1 to 0.4.8 because 0.5.0 broke the API with 0.5.0 X-Git-Tag: auth-4.8.0-beta1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12764%2Fhead;p=thirdparty%2Fpdns.git Pin pyasn1 to 0.4.8 because 0.5.0 broke the API with 0.5.0 https://github.com/pyasn1/pyasn1/issues/28 On 20230420: https://pypi.org/project/pyasn1/#history --- diff --git a/regression-tests.dnsdist/requirements.txt b/regression-tests.dnsdist/requirements.txt index 7fd3da7a79..edfdb669ed 100644 --- a/regression-tests.dnsdist/requirements.txt +++ b/regression-tests.dnsdist/requirements.txt @@ -3,6 +3,7 @@ nose>=1.3.7 libnacl>=1.4.3,<1.7 requests>=2.1.0 protobuf>=3.0 +pyasn1==0.4.8 pysnmp>=4.3.4 future>=0.17.1 pycurl>=7.43.0 diff --git a/regression-tests.recursor-dnssec/requirements.txt b/regression-tests.recursor-dnssec/requirements.txt index 4f5afe9d85..3c15fe9ada 100644 --- a/regression-tests.recursor-dnssec/requirements.txt +++ b/regression-tests.recursor-dnssec/requirements.txt @@ -2,6 +2,7 @@ dnspython>=1.11 nose>=1.3.7 protobuf>=2.5; sys_platform != 'darwin' protobuf>=3.0; sys_platform == 'darwin' +pyasn1==0.4.8 pysnmp>=4.3.4 requests>=2.1.0 Twisted>0.15.0