python3Packages.stopit: broken with setuptools 82

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:25 +02:00
parent b724b726ed
commit 414804f09c
@@ -26,6 +26,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "stopit" ];
meta = {
broken = lib.versionAtLeast setuptools.version "82";
description = "Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator";
homepage = "https://github.com/glenfant/stopit";
license = with lib.licenses; [ mit ];