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

11 lines
262 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01: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']
recipe = PycryptodomeRecipe()