Merge pull request #121118 from Emantor/fix/b4

b4: loosen versions for request and dnspython

authored by Sandro and committed by GitHub f3418315 6e6ee6d0

+2 -1
+2 -1
pkgs/development/tools/b4/default.nix
··· 11 12 preConfigure = '' 13 substituteInPlace setup.py \ 14 - --replace 'requests~=2.24' 'requests~=2.25' 15 ''; 16 17 # tests make dns requests and fails
··· 11 12 preConfigure = '' 13 substituteInPlace setup.py \ 14 + --replace 'requests~=2.24.0' 'requests~=2.25' \ 15 + --replace 'dnspython~=2.0.0' 'dnspython~=2.1' 16 ''; 17 18 # tests make dns requests and fails