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,
|
entry_points = entry_points,
|
||||||
zip_safe = False,
|
zip_safe = False,
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'cbor>=1.0.0',
|
'cbor2>=5.0.0',
|
||||||
'colorama>=0.4.0',
|
'colorama>=0.4.0',
|
||||||
'cryptography>=2.8',
|
'cryptography>=2.8',
|
||||||
'pyhsslms>=1.0.0',
|
|
||||||
],
|
],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|||||||
@ -33,7 +33,7 @@ Table of contents:
|
|||||||
|
|
||||||
- Install python dependencies (only Python3.6 and later is supported):
|
- 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
|
- Install aiocoap from the source
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ Table of contents:
|
|||||||
### Ble
|
### Ble
|
||||||
[prerequisites-ble]: #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]: #Setup
|
[setup]: #Setup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user