Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install grumpy-tools before building grumpy-runtime
`pip2 install grumpy-runtime` fails with the ERROR grumpyhome#113 (comment) because it relies on `grumpy-tools`. `grumpy-tools` packages is specified in `setup.py` as a dependency, and it doesn't work, because for the build process to succeed, the dependency should already exist at the time `setup.py` is executed. The official workaround is `pyproject.toml` from PEP-518 pypa/pip#2381
- Loading branch information