Skip to content

Commit

Permalink
python310Packages.poetry: relax xattr version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Nov 5, 2022
1 parent c4b49b9 commit 1ff699e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/poetry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ buildPythonPackage rec {

postPatch = ''
substituteInPlace pyproject.toml \
--replace 'crashtest = "^0.3.0"' 'crashtest = "*"'
--replace 'crashtest = "^0.3.0"' 'crashtest = "*"' \
--replace 'xattr = { version = "^0.9.7"' 'xattr = { version = "^0.10.0"'
'';

nativeBuildInputs = [
Expand Down

0 comments on commit 1ff699e

Please sign in to comment.