Commit 687d517
committed
Install grumpy-tools before building grumpy-runtime
`pip2 install grumpy-runtime` fails with the ERROR
#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#23811 parent 994ea3c commit 687d517
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments