From 41390edd7c061ce03daebfc9e7de21a15cad3dd0 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Mon, 17 Sep 2018 18:05:49 +0200 Subject: [PATCH] Adds Python3 Crystax support to Feedparser --- pythonforandroid/recipes/feedparser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/feedparser/__init__.py b/pythonforandroid/recipes/feedparser/__init__.py index d46b36544e..8842ca6a89 100644 --- a/pythonforandroid/recipes/feedparser/__init__.py +++ b/pythonforandroid/recipes/feedparser/__init__.py @@ -4,7 +4,7 @@ class FeedparserPyRecipe(PythonRecipe): version = '5.2.1' url = 'https://github.com/kurtmckee/feedparser/archive/{version}.tar.gz' - depends = ['hostpython2', 'setuptools'] + depends = [('hostpython2', 'python3crystax'), 'setuptools'] site_packages_name = 'feedparser' call_hostpython_via_targetpython = False