python3Packages.dataset: mark as broken
dataset depends on versions of SQLAlchemy older than what nixpkgs provides. see https://github.com/pudo/dataset/issues/411
This commit is contained in:
parent
2be2bef644
commit
d6ba3f319c
1 changed files with 3 additions and 0 deletions
|
@ -37,5 +37,8 @@ buildPythonPackage rec {
|
|||
homepage = "https://dataset.readthedocs.io";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ xfnw ];
|
||||
# SQLAlchemy >= 2.0.0 is unsupported
|
||||
# https://github.com/pudo/dataset/issues/411
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue