Merge pull request #295707 from fabaff/knockpy-fix

knockpy: relax dnspython
This commit is contained in:
Fabian Affolter 2024-03-14 08:00:35 +01:00 committed by GitHub
commit 8022138486
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"beautifulsoup4"
"dnspython"
"tqdm"
];