We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218b621 commit d8d01d8Copy full SHA for d8d01d8
1 file changed
pythonforandroid/recipes/ruamel.yaml/__init__.py
@@ -1,14 +1,13 @@
1
-from pythonforandroid.toolchain import PythonRecipe
+from pythonforandroid.recipe import PythonRecipe
2
3
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') ]
+ version = '0.15.77'
+ url = 'https://pypi.python.org/packages/source/r/ruamel.yaml/ruamel.yaml-{version}.tar.gz'
+ depends = [('python2', 'python3crystax'), 'setuptools']
9
site_packages_name = 'ruamel'
10
call_hostpython_via_targetpython = False
11
12
patches = ['disable-pip-req.patch']
13
+
14
recipe = RuamelYamlRecipe()
0 commit comments