bin/pip-swh-packages: Basic fix
As a proof that fixing what's described in #1454 (closed) makes the pip install
instruction work.
pip-swh-packages depends on the py-depgraph script. That script is used for the graphviz dependency schema generation. So the output should not be changed (i think).
cons:
- order is no longer completely respected (storage always the last)
- swh-storage is hard-coded
pros:
- it works
I do not see a better way to fix it yet (ideas welcome ;).
Related #1454 (closed)
Test Plan
pip install $( ./bin/pip-swh-packages --with-testing )
Migrated from D883 (view on Phabricator)