mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #15700 from aabadie/pr/tools/suit_fix_deps
tools/suit/manifest-generator: fix dependencies in setup.py
This commit is contained in:
commit
8aae7f165f
@ -53,10 +53,9 @@ setuptools.setup (
|
||||
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",
|
||||
|
@ -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
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user