File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
pythonforandroid/recipes/cdecimal Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
55
66class CdecimalRecipe (CompiledComponentsPythonRecipe ):
7- name = 'cdecimal'
8- version = '2.3'
9- url = 'http://www.bytereef.org/software/mpdecimal/releases/cdecimal-{version}.tar.gz'
7+ name = 'cdecimal'
8+ version = '2.3'
9+ url = 'http://www.bytereef.org/software/mpdecimal/releases/cdecimal-{version}.tar.gz'
1010
11- depends = ['python2' ]
11+ depends = ['python2' ]
1212
13- patches = ['locale.patch' ]
13+ patches = ['locale.patch' ]
1414
15- def prebuild_arch (self , arch ):
16- super (CdecimalRecipe , self ).prebuild_arch (arch )
17- if not is_darwin ():
18- self .setup_extra_args = ['--with-machine=ansi32' ]
15+ def prebuild_arch (self , arch ):
16+ super (CdecimalRecipe , self ).prebuild_arch (arch )
17+ if not is_darwin ():
18+ self .setup_extra_args = ['--with-machine=ansi32' ]
1919
2020
2121recipe = CdecimalRecipe ()
You can’t perform that action at this time.
0 commit comments