Merge pull request #121118 from Emantor/fix/b4
b4: loosen versions for request and dnspython
This commit is contained in:
commit
f3418315d4
@ -11,7 +11,8 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace 'requests~=2.24' 'requests~=2.25'
|
--replace 'requests~=2.24.0' 'requests~=2.25' \
|
||||||
|
--replace 'dnspython~=2.0.0' 'dnspython~=2.1'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# tests make dns requests and fails
|
# tests make dns requests and fails
|
||||||
|
Loading…
x
Reference in New Issue
Block a user