Revert "Install cryptography only on linux platform"
This reverts commit eb2c39ed2b
.
We temporarily turned off the cryptography requirement on Windows due to a
CI instance that had an old, incompatible verison of pip. That CI instance
has been upgraded so we no longer need the workaround.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e65bba4dd2
commit
dc23236f0a
1 changed files with 1 additions and 2 deletions
|
@ -14,5 +14,4 @@ mypy >= 0.780
|
|||
# Install cryptography to avoid import-error reported by pylint.
|
||||
# What we really need is cryptography >= 35.0.0, which is only
|
||||
# available for Python >= 3.6.
|
||||
cryptography >= 35.0.0; sys_platform == 'linux' and python_version >= '3.6'
|
||||
cryptography; sys_platform == 'linux' and python_version < '3.6'
|
||||
cryptography # >= 35.0.0
|
||||
|
|
Loading…
Reference in a new issue