Unverified Commit 80221384 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #295707 from fabaff/knockpy-fix

knockpy: relax dnspython
parents 6e8514a0 4ff27553
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "beautifulsoup4"
    "dnspython"
    "tqdm"
  ];