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.
This commit is contained in:
Martin Weinelt
2026-07-19 13:34:28 +02:00
parent e0154a64d7
commit d575cec16f
@@ -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";