Merge pull request #198401 from bdd/zhf/python-vyper

This commit is contained in:
Martin Weinelt 2022-10-29 12:40:13 +02:00 committed by GitHub
commit afddc087d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ buildPythonPackage rec {
setuptools-scm
];
pythonRelaxDeps = [ "semantic-version" ];
pythonRelaxDeps = [ "asttokens" "semantic-version" ];
propagatedBuildInputs = [
asttokens