python39Packages.typing-inspect: mark as broken
This commit is contained in:
parent
23e230b8eb
commit
9e5c99331b
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, typing-extensions
|
||||
, mypy-extensions
|
||||
, isPy39
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -25,5 +26,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/ilevkivskyi/typing_inspect";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ albakham ];
|
||||
broken = isPy39; # see https://github.com/ilevkivskyi/typing_inspect/issues/65
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user