ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / pycurl / patches / 02-test-proxy.patch
blob3b597a7326e1c1714bbdf4a2b088afecb683f771
1 There is a bug in curl 8.6.0 that causes this test to fail.
2 https://github.com/curl/curl/pull/12981
4 --- pycurl-7.45.3/tests/option_constants_test.py.orig
5 +++ pycurl-7.45.3/tests/option_constants_test.py
6 @@ -458,7 +458,7 @@
8 # Apparently TLSAUTH_TYPE=SRP is an unknown option on appveyor
9 @util.only_unix
10 - @util.min_libcurl(7, 52, 0)
11 + @util.min_libcurl(8, 7, 0)
12 @util.only_ssl_backends('openssl', 'gnutls', 'schannel')
13 def test_proxy_tlsauth(self):
14 curl = pycurl.Curl()