7 buildPythonPackage rec {
9 inherit (cirq-core) version src meta;
11 sourceRoot = "source/${pname}";
14 substituteInPlace requirements.txt \
15 --replace "requests~=2.18" "requests"
18 propagatedBuildInputs = [
27 # cirq's importlib hook doesn't work here
28 #pythonImportsCheck = [ "cirq_ionq" ];
31 # No need to test the version number
32 "cirq_ionq/_version_test.py"