From cf0640039df63ff46113d692e498b40f360478c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lindstr=C3=B6m=20Mathias?= <8863149+kuzeyron@users.noreply.github.com> Date: Wed, 8 Aug 2018 18:25:08 +0300 Subject: [PATCH] Update __init__.py --- 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..54de2751d8 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