python3Packages.stopit: broken with setuptools 82
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user