8000 Update __init__.py · kivy/python-for-android@8bfc4b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bfc4b3

Browse files
authored
Update __init__.py
commented out patches, commented out os import, updated version to 0.4.9
1 parent dbe6cd3 commit 8bfc4b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

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

44

55
class AubioRecipe(PyProjectRecipe):
6-
version = "0.4.7"
6+
version = "0.4.9"
77
url = "https://aubio.org/pub/aubio-{version}.tar.bz2"
88
depends = ["numpy", "setuptools"] # Make sure 'samplerate' is included as a dependency
9-
patches = [join("patches", "build_ext.patch")]
9+
#patches = [join("patches", "build_ext.patch")]
1010

1111

1212
recipe = AubioRecipe()

0 commit comments

Comments
 (0)
0