snapcraft: don't override pydantic

This commit is contained in:
Robert Schütz
2024-07-24 10:51:39 -07:00
parent 3e051ceda2
commit 6fd9741c85
-5
View File
@@ -13,7 +13,6 @@
let
python = python3.override {
packageOverrides = self: super: {
pydantic = self.pydantic_1;
pydantic-yaml = super.pydantic-yaml.overridePythonAttrs (old: rec {
version = "0.11.2";
src = fetchFromGitHub {
@@ -30,10 +29,6 @@ let
types-deprecated
];
});
versioningit = super.versioningit.overridePythonAttrs (old: rec {
# incompatible with pydantic_1
doCheck = false;
});
};
};
in