We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7822105 commit 92929c4Copy full SHA for 92929c4
pythonforandroid/recipes/groestlcoin_hash/__init__.py
@@ -4,7 +4,7 @@
4
class GroestlcoinHashRecipe(CythonRecipe):
5
version = '1.0.1'
6
url = 'https://github.com/Groestlcoin/groestlcoin-hash-python/archive/{version}.tar.gz'
7
- depends = []
+ depends = ['setuptools']
8
cythonize = False
9
10
0 commit comments