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

12 lines
208 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import PythonRecipe
class EthashRecipe(PythonRecipe):
url = 'https://github.com/ethereum/ethash/archive/master.zip'
depends = ['setuptools']
recipe = EthashRecipe()