Skip to content

Commit 92929c4

Browse files
authored
Groestlcoin_hash depends on setuptools (kivy#2438)
1 parent 7822105 commit 92929c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/groestlcoin_hash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class GroestlcoinHashRecipe(CythonRecipe):
55
version = '1.0.1'
66
url = 'https://github.com/Groestlcoin/groestlcoin-hash-python/archive/{version}.tar.gz'
7-
depends = []
7+
depends = ['setuptools']
88
cythonize = False
99

1010

0 commit comments

Comments
 (0)