Merge pull request #230964 from xfnw/dataset-mark-broken

python3Packages.dataset: mark as broken
This commit is contained in:
Weijia Wang 2023-05-10 15:32:15 +03:00 committed by GitHub
commit 8de1697113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}