diff --git a/pythonforandroid/recipes/feedparser/__init__.py b/pythonforandroid/recipes/feedparser/__init__.py index d46b36544e..5a9249d3d9 100644 --- a/pythonforandroid/recipes/feedparser/__init__.py +++ b/pythonforandroid/recipes/feedparser/__init__.py @@ -1,12 +1,10 @@ from pythonforandroid.recipe import PythonRecipe - class FeedparserPyRecipe(PythonRecipe): - version = '5.2.1' - url = 'https://github.com/kurtmckee/feedparser/archive/{version}.tar.gz' - depends = ['hostpython2', 'setuptools'] - site_packages_name = 'feedparser' - call_hostpython_via_targetpython = False - + site_packages_name = 'feedparser' + version = '5.2.1' + url = 'https://github.com/kurtmckee/feedparser/archive/{version}.tar.gz' + depends = [('hostpython2', 'python3crystax'), 'setuptools'] + call_hostpython_via_targetpython = False -recipe = FeedparserPyRecipe() +recipe = FeedparserPyRecipe() \ No newline at end of file