Skip to content

Commit 41390ed

Browse files
committed
Adds Python3 Crystax support to Feedparser
1 parent 098b55e commit 41390ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/feedparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class FeedparserPyRecipe(PythonRecipe):
55
version = '5.2.1'
66
url = 'https://github.com/kurtmckee/feedparser/archive/{version}.tar.gz'
7-
depends = ['hostpython2', 'setuptools']
7+
depends = [('hostpython2', 'python3crystax'), 'setuptools']
88
site_packages_name = 'feedparser'
99
call_hostpython_via_targetpython = False
1010

0 commit comments

Comments
 (0)