Skip to content

Commit

Permalink
[nrf noup] Fetch cbor2 on bootstrap.sh
Browse files Browse the repository at this point in the history
Building with nRF Connect SDK 2.0 requires cbor2 Python
module.

Signed-off-by: Damian Krolik <[email protected]>
  • Loading branch information
Damian-Nordic authored and kkasperczyk-no committed Jul 18, 2022
1 parent 3fbeb68 commit 5959a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bitstring==3.1.7
# via -r requirements.esp32.txt
brotli==1.0.9
# via flask-compress
cbor==1.0.0
cbor2==5.4.0
# via -r requirements.txt
certifi==2021.5.30
# via requests
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mobly
# zephyr
west>=0.12.0
intelhex
cbor
cbor2

# happy tests
lockfile
Expand Down

0 comments on commit 5959a2e

Please sign in to comment.