Build: make build-deps installs ledgerwallet-tezos
Context
See #4005 (closed)
The fix in !6412 (merged) was accidentally reverted by !5520 (merged). This MR puts it back again.
Note that the part of the fix that was in manifest/main.ml was not reverted so it is already in master and in v15.0~rc1.
Manually testing the MR
Same instructions as in !6412 (merged):
opam remove --criteria=-changed ledgerwallet-tezos
make build-deps
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR