lbry-android-sdk/p4a/pythonforandroid/recipes/ethash/__init__.py

12 lines
219 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.recipe import PythonRecipe
class EthashRecipe(PythonRecipe):
url = 'https://github.com/ethereum/ethash/archive/master.zip'
depends = ['python2', 'setuptools']
recipe = EthashRecipe()