lbry-android/p4a/pythonforandroid/recipes/pycryptodome/__init__.py
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

11 lines
274 B
Python

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()