vyper: pythonRelaxDeps += [asttokens]
This commit is contained in:
parent
6428fc1a54
commit
800fc2b1cd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ buildPythonPackage rec {
|
|||
setuptools-scm
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "semantic-version" ];
|
||||
pythonRelaxDeps = [ "asttokens" "semantic-version" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
asttokens
|
||||
|
|
Loading…
Reference in a new issue