You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
490 B
13 lines
490 B
from pythonforandroid.recipes.cryptography import CryptographyRecipe
|
|
|
|
|
|
assert CryptographyRecipe._version == "2.8"
|
|
assert CryptographyRecipe.depends == ['openssl', 'six', 'setuptools', 'cffi', 'python3']
|
|
assert CryptographyRecipe.python_depends == []
|
|
|
|
|
|
class CryptographyRecipePinned(CryptographyRecipe):
|
|
sha512sum = "000816a5513691bfbb01c5c65d96fb3567a5ff25300da4b485e716b6d4dc789aec05ed0fe65df9c5e3e60127aa9110f04e646407db5b512f88882b0659f7123f"
|
|
|
|
|
|
recipe = CryptographyRecipePinned()
|
|
|