offensive-azure: relax python-whois constraint

This commit is contained in:
Fabian Affolter 2022-07-04 16:18:34 +02:00
parent c9bf57696d
commit 98d3deb524

View file

@ -38,7 +38,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
# Use default Python module
substituteInPlace pyproject.toml \
--replace 'uuid = "^1.30"' ""
--replace 'uuid = "^1.30"' "" \
--replace 'python-whois = "^0.7.3"' 'python-whois = "*"'
'';
pythonImportsCheck = [