lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

offensive-azure: relax python-whois constraint

+2 -1
+2 -1
pkgs/tools/security/offensive-azure/default.nix
··· 38 38 postPatch = '' 39 39 # Use default Python module 40 40 substituteInPlace pyproject.toml \ 41 - --replace 'uuid = "^1.30"' "" 41 + --replace 'uuid = "^1.30"' "" \ 42 + --replace 'python-whois = "^0.7.3"' 'python-whois = "*"' 42 43 ''; 43 44 44 45 pythonImportsCheck = [