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

12 lines
274 B
Python
Raw Normal View History

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