Skip to content

Commit d8d01d8

Browse files
authored
Update to last version, fixes import and deps
1 parent 218b621 commit d8d01d8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
from pythonforandroid.toolchain import PythonRecipe
1+
from pythonforandroid.recipe import PythonRecipe
22

33

44
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']
98
site_packages_name = 'ruamel'
109
call_hostpython_via_targetpython = False
11-
1210
patches = ['disable-pip-req.patch']
1311

12+
1413
recipe = RuamelYamlRecipe()

0 commit comments

Comments
 (0)