python311Packages.stups-fullstop: mark broken

This commit is contained in:
Peder Bergebakken Sundt
2024-08-09 16:03:41 +02:00
parent 9badce6a75
commit bd2daec307
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
buildPythonPackage,
pythonAtLeast,
requests,
stups-cli-support,
stups-zign,
@@ -43,5 +44,8 @@ buildPythonPackage rec {
homepage = "https://github.com/zalando-stups/stups-fullstop-cli";
license = licenses.asl20;
maintainers = [ maintainers.mschuwalow ];
# Uses regex patterns deprecated in 3.9:
# re.error: global flags not at the start of the expression at ...
broken = pythonAtLeast "3.11";
};
}