mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python311Packages.stravalib: doesn't support pydantic > 2
https://github.com/stravalib/stravalib/issues/379
This commit is contained in:
parent
2cd5685649
commit
e927b3b5cb
@ -51,5 +51,7 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/stravalib/stravalib/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
# Support for pydantic > 2, https://github.com/stravalib/stravalib/issues/379
|
||||
broken = versionAtLeast pydantic.version "2";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user