Skip to content

Commit 0003050

Browse files
mihai-ignatmarius-alex-tache
authored andcommitted
[k32w0][doc] Remove obsolete python dependency
1 parent 31ca350 commit 0003050

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

examples/contact-sensor-app/nxp/k32w0/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,14 @@ used to control an antenna switch. In order to use this feature, user must set
262262

263263
In case signing errors are encountered when running the "sign_images.sh" script
264264
(run automatically) install the recommanded packages (python version > 3, pip3,
265-
pycrypto, pycryptodome):
265+
pycryptodome):
266266

267267
```
268268
user@ubuntu:~$ python3 --version
269269
Python 3.8.2
270270
user@ubuntu:~$ pip3 --version
271271
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
272272
user@ubuntu:~$ pip3 list | grep -i pycrypto
273-
pycrypto 2.6.1
274273
pycryptodome 3.9.8
275274
```
276275

examples/lighting-app/nxp/k32w0/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,14 @@ used to control an antenna switch. In order to use this feature, user must set
275275

276276
In case signing errors are encountered when running the "sign_images.sh" script
277277
(run automatically) install the recommanded packages (python version > 3, pip3,
278-
pycrypto, pycryptodome):
278+
pycryptodome):
279279

280280
```
281281
user@ubuntu:~$ python3 --version
282282
Python 3.8.2
283283
user@ubuntu:~$ pip3 --version
284284
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
285285
user@ubuntu:~$ pip3 list | grep -i pycrypto
286-
pycrypto 2.6.1
287286
pycryptodome 3.9.8
288287
```
289288

scripts/setup/requirements.nxp.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
crc>=7.0.0
22
jsonschema>=4.17.0
3-
pycrypto>=2.6.1
43
pycryptodome>=3.20.0

0 commit comments

Comments
 (0)