Skip to content

Commit

Permalink
python312Packages.sfxrbox-api: relax defusedxml constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 23, 2024
1 parent aa12e34 commit 217c4b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/sfrbox-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ buildPythonPackage rec {
hash = "sha256-rMfX9vA8IuWxXvVs4WYNHO6neeoie/3gABwhXyJoAF8=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace 'pydantic = ">=1.10.2"' 'pydantic = "*"'
'';
pythonRelaxDeps = [
"defusedxml"
"pydantic"
];

nativeBuildInputs = [ poetry-core ];

Expand Down

0 comments on commit 217c4b9

Please sign in to comment.