python3Packages.pybids: mark broken
see https://github.com/bids-standard/pybids/issues/680
This commit is contained in:
parent
d24ebde667
commit
b68618fc56
1 changed files with 3 additions and 0 deletions
|
@ -42,5 +42,8 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/bids-standard/pybids";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
# Doesn't support sqlalchemy >=1.4
|
||||
# See https://github.com/bids-standard/pybids/issues/680
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue