lbry-android-sdk/p4a/pythonforandroidold/recipes/pycryptodome/__init__.py
2022-12-02 15:15:34 -05:00

10 lines
262 B
Python

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']
recipe = PycryptodomeRecipe()