python3Packages.cirq-pasqal: replace broken dependency substitution with relaxed dep

+4 -5
+4 -5
pkgs/development/python-modules/cirq-pasqal/default.nix
··· 13 13 14 14 sourceRoot = "${src.name}/${pname}"; 15 15 16 - postPatch = '' 17 - substituteInPlace requirements.txt \ 18 - --replace-fail "requests~=2.18" "requests" 19 - ''; 16 + build-system = [ setuptools ]; 20 17 21 - build-system = [ setuptools ]; 18 + pythonRelaxDeps = [ 19 + "requests" 20 + ]; 22 21 23 22 dependencies = [ 24 23 cirq-core