Skip to content

Commit eebcd74

Browse files
authored
Update __init__.py
1 parent 8bfc4b3 commit eebcd74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
from pythonforandroid.recipe import PyProjectRecipe
2-
#from os.path import join
32

43

54
class AubioRecipe(PyProjectRecipe):
65
version = "0.4.9"
76
url = "https://aubio.org/pub/aubio-{version}.tar.bz2"
8-
depends = ["numpy", "setuptools"] # Make sure 'samplerate' is included as a dependency
9-
#patches = [join("patches", "build_ext.patch")]
10-
7+
depends = ["numpy", "setuptools"]
8+
119

1210
recipe = AubioRecipe()

0 commit comments

Comments
 (0)