snapcraft: don't override pydantic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user