Page MenuHomeSoftware Heritage

bin: use pip-swh-packages instead of manually looking at the dependencies
ClosedPublic

Authored by seirl on Sep 19 2018, 6:10 PM.

Diff Detail

Repository
rDENV Development environment
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1418
Build 1762: arc lint + arc unit

Event Timeline

zack requested changes to this revision.Sep 19 2018, 6:21 PM
zack added a subscriber: zack.
zack added inline comments.
bin/pip-install-deps
1

I don't think these two scripts should be removed. Just don't use it, but they might be useful in the future.

bin/pip-swh-packages
9

This is to filter out stuff like 'swh.storage[schemata]', but it's a bad workaround.
Rather, bin/py-depgraph should remove the [...] part and keep the dependency: it will improve the rendering of the dependency graph and avoid the need of this workaround.

This revision now requires changes to proceed.Sep 19 2018, 6:21 PM

don't delete bin/pip-ls-deps

  • bin: use pip-swh-packages instead of manually looking at the dependencies
  • move [] removal to py-depgraph
This revision was not accepted when it landed; it landed in state Needs Review.Sep 19 2018, 6:41 PM
This revision was automatically updated to reflect the committed changes.