python3Packages.cirq-regetti: relax qcs-sdk-python dep
This commit is contained in:
@@ -14,7 +14,10 @@ buildPythonPackage rec {
|
||||
|
||||
sourceRoot = "${src.name}/${pname}";
|
||||
|
||||
pythonRelaxDeps = [ "pyquil" ];
|
||||
pythonRelaxDeps = [
|
||||
"pyquil"
|
||||
"qcs-sdk-python"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Remove outdated test
|
||||
|
||||
Reference in New Issue
Block a user