Skip to content

Commit 456d7aa

Browse files
authored
Merge pull request kivy#1376 from AndreMiras/feature/feedparser_crystax_support
Adds Python3 Crystax support to Feedparser
2 parents 4559037 + 41390ed commit 456d7aa

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)