Unverified Commit 2e74be6f authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

itch-dl: fix build (allow lxml==6) (#439410)

parents 102f0447 308f77bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
  pythonRelaxDeps = [
    "urllib3"
    "beautifulsoup4"
    "lxml"
  ];

  meta = {