File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
pythonforandroid/recipes/ruamel.yaml Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- from pythonforandroid .toolchain import PythonRecipe
1
+ from pythonforandroid .recipe import PythonRecipe
2
2
3
3
4
4
class RuamelYamlRecipe (PythonRecipe ):
5
- version = '0.14.5'
6
- url = 'https://pypi.python.org/packages/5c/13/c120a06b3add0f9763ca9190e5f6edb9faf9d34b158dd3cff7cc9097be03/ruamel.yaml-{version}.tar.gz'
7
-
8
- depends = [ ('python2' , 'python3crystax' ) ]
5
+ version = '0.15.77'
6
+ url = 'https://pypi.python.org/packages/source/r/ruamel.yaml/ruamel.yaml-{version}.tar.gz'
7
+ depends = [('python2' , 'python3crystax' ), 'setuptools' ]
9
8
site_packages_name = 'ruamel'
10
9
call_hostpython_via_targetpython = False
11
-
12
10
patches = ['disable-pip-req.patch' ]
13
11
12
+
14
13
recipe = RuamelYamlRecipe ()
You can’t perform that action at this time.
0 commit comments