Skip to content

Commit

Permalink
Merge pull request #15700 from aabadie/pr/tools/suit_fix_deps
Browse files Browse the repository at this point in the history
tools/suit/manifest-generator: fix dependencies in setup.py
  • Loading branch information
aabadie authored Jan 5, 2021
2 parents ce0a363 + bb9e66a commit 8aae7f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions dist/tools/suit/suit-manifest-generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@
entry_points = entry_points,
zip_safe = False,
install_requires = [
'cbor>=1.0.0',
'colorama>=0.4.0',
'cbor2>=5.0.0',
'colorama>=0.4.0',
'cryptography>=2.8',
'pyhsslms>=1.0.0',
],
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions examples/suit_update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Table of contents:

- Install python dependencies (only Python3.6 and later is supported):

$ pip3 install --user ed25519 pyasn1 cbor
$ pip3 install --user cbor2 cryptography

- Install aiocoap from the source

Expand Down Expand Up @@ -69,7 +69,7 @@ Table of contents:
### Ble
[prerequisites-ble]: #Ble

Make sure you fullfil the "Prerequisites" and "Preparing Linux" section in [README.ipv6-over-ble.md](../../pkg/nimble/README.ipv6-over-ble.md).
Make sure you fulfill the "Prerequisites" and "Preparing Linux" section in [README.ipv6-over-ble.md](../../pkg/nimble/README.ipv6-over-ble.md).

## Setup
[setup]: #Setup
Expand Down

0 comments on commit 8aae7f1

Please sign in to comment.