mirror of https://github.com/ARMmbed/mbed-os.git
Update pycryptodome version
The required version of pycryptodome currently is either 3.7.2 or 3.7.3. But there is no wheel package for these version for latest version of python (3.8). Due to this, pip will download source and compile while trying to install pycryptodome. On Windows, there is no c, c++ compiler installed by default which leads to pip asking users to download and install Microsoft Visual C++ Build Tools. The release version 3.9.3 contains wheel package for python 3.8 on all supported operating systems. Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>pull/11866/head
parent
699372421a
commit
98ef5483ef
|
@ -19,7 +19,7 @@ beautifulsoup4>=4,<=4.6.3
|
|||
pyelftools>=0.24,<=0.25
|
||||
manifest-tool==1.5.2
|
||||
icetea>=1.2.1,<1.3
|
||||
pycryptodome>=3.7.2,<=3.7.3
|
||||
pycryptodome>=3.9.3,<4
|
||||
pyusb>=1.0.0,<2.0.0
|
||||
hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
|
||||
cmsis-pack-manager>=0.2.3,<0.3.0
|
||||
|
|
Loading…
Reference in New Issue