From d575cec16f4fb757043e00e2032567fe57b9d339 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jul 2026 13:34:28 +0200 Subject: [PATCH] pyton3Packages.certauth: mark broken with pyopenssl 26.3.0 No upstream movement in 7y makes me think it is unlikely this API break will ever be resolved. --- pkgs/development/python-modules/certauth/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/certauth/default.nix b/pkgs/development/python-modules/certauth/default.nix index 14368d65e608..d3ae86b61e22 100644 --- a/pkgs/development/python-modules/certauth/default.nix +++ b/pkgs/development/python-modules/certauth/default.nix @@ -49,6 +49,7 @@ buildPythonPackage { ]; meta = { + broken = lib.versionAtLeast pyopenssl.version "26.3"; description = "Simple CertificateAuthority and host certificate creation, useful for man-in-the-middle HTTPS proxy"; mainProgram = "certauth"; homepage = "https://github.com/ikreymer/certauth";