mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python310Packages.poetry: relax xattr version constraint
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user