lbry-android-sdk/p4a/pythonforandroid/recipes/pycryptodome/__init__.py

11 lines
262 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.recipe import PythonRecipe
class PycryptodomeRecipe(PythonRecipe):
version = '3.6.3'
url = 'https://github.com/Legrandin/pycryptodome/archive/v{version}.tar.gz'
depends = ['setuptools', 'cffi']
2017-08-13 03:24:00 +02:00
recipe = PycryptodomeRecipe()