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:
Alexandre Abadie 2021-01-05 14:27:52 +01:00 committed by GitHub
commit 8aae7f165f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -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",

View File

@ -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