chia-dev-tools: fix build

This commit is contained in:
Louis Bettens 2023-02-15 22:58:25 +01:00
parent 8af77c7601
commit a23676554e
No known key found for this signature in database

View File

@ -36,6 +36,7 @@ python3Packages.buildPythonApplication rec {
SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
propagatedBuildInputs = with python3Packages; [
anyio
(toPythonModule chia)
pytest # required at runtime by the "test" command
pytest-asyncio