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

12 lines
232 B
Python

from pythonforandroid.recipe import PythonRecipe
class Pbkdf2Recipe(PythonRecipe):
# TODO: version
url = 'https://github.com/dlitz/python-pbkdf2/archive/master.zip'
depends = ['setuptools']
recipe = Pbkdf2Recipe()