Skip to content

Commit

Permalink
Fix crash in indy-node-control
Browse files Browse the repository at this point in the history
- python3-pygments and python3-intervaltree do not exist as dependencies in plenum anymore.
- The `indy-node-control` crashes when trying to hold packages that don't exist.
- Fixes the issue found here; hyperledger/indy-test-automation#113

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
  • Loading branch information
WadeBarnes committed Mar 29, 2022
1 parent 194dd11 commit 88bbc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indy_common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
# From indy-plenum:
'python3-ioflo', 'python3-orderedset', 'python3-base58', 'python3-prompt-toolkit', 'python3-rlp', 'python3-sha3',
'python3-libnacl', 'python3-six', 'python3-portalocker', 'python3-sortedcontainers',
'python3-dateutil', 'python3-semver', 'python3-pygments', 'python3-psutil', 'python3-pyzmq', 'python3-intervaltree',
'python3-dateutil', 'python3-semver', 'python3-psutil', 'python3-pyzmq',
'python3-jsonpickle', 'python3-rocksdb', 'python3-pympler', 'python3-packaging',
# From indy-node:
'python3-timeout-decorator', 'python3-distro']
Expand Down

0 comments on commit 88bbc1f

Please sign in to comment.