offensive-azure: relax python-whois constraint
This commit is contained in:
parent
c9bf57696d
commit
98d3deb524
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Use default Python module
|
# Use default Python module
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace 'uuid = "^1.30"' ""
|
--replace 'uuid = "^1.30"' "" \
|
||||||
|
--replace 'python-whois = "^0.7.3"' 'python-whois = "*"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue