-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrfconnect] Added typing_extenstions to nrfconnect requirements
The factory data script started to fail with Python 3.12. Adding typing_extensions to requirements fixes the issue.
- Loading branch information
1 parent
e73235a
commit 66c0989
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ cbor2>=5.4.3 | |
ecdsa>=0.18.0 | ||
qrcode==7.4.2 | ||
python_stdnum==1.18 | ||
typing-extensions>=4.6.0 |