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

11 lines
208 B
Python

from pythonforandroid.recipe import PythonRecipe
class EthashRecipe(PythonRecipe):
url = 'https://github.com/ethereum/ethash/archive/master.zip'
depends = ['setuptools']
recipe = EthashRecipe()