We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfc4b3 commit eebcd74Copy full SHA for eebcd74
pythonforandroid/recipes/aubio/__init__.py
@@ -1,12 +1,10 @@
1
from pythonforandroid.recipe import PyProjectRecipe
2
-#from os.path import join
3
4
5
class AubioRecipe(PyProjectRecipe):
6
version = "0.4.9"
7
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
-
+ depends = ["numpy", "setuptools"]
+
11
12
recipe = AubioRecipe()
0 commit comments