Unverified Commit d2a1ff10 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #281103 from ches/poetry-relax-xattr

poetry: Relax dep requirement check for xattr
parents a6361ad3 25f6ddf6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    # platformdirs 4.x is backwards compatible; https://github.com/python-poetry/poetry/commit/eb80d10846f7336b0b2a66ce2964e72dffee9a1c
    "platformdirs"
    # xattr 1.0 is backwards compatible modulo dropping Python 2 support: https://github.com/xattr/xattr/compare/v0.10.0...v1.0.0
    "xattr"
  ];

  propagatedBuildInputs = [