1
0
Files
electrum/contrib/android/p4a_recipes/plyer/__init__.py

15 lines
346 B
Python

from pythonforandroid.recipe import PythonRecipe
assert PythonRecipe.depends == ['python3']
assert PythonRecipe.python_depends == []
class PlyerRecipePinned(PythonRecipe):
version = "5262087c85b2c82c69e702fe944069f1d8465fdf"
url = "git+https://github.com/SomberNight/plyer"
depends = ["setuptools"]
recipe = PlyerRecipePinned()