We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4559037 + 41390ed commit 456d7aaCopy full SHA for 456d7aa
pythonforandroid/recipes/feedparser/__init__.py
@@ -4,7 +4,7 @@
4
class FeedparserPyRecipe(PythonRecipe):
5
version = '5.2.1'
6
url = 'https://github.com/kurtmckee/feedparser/archive/{version}.tar.gz'
7
- depends = ['hostpython2', 'setuptools']
+ depends = [('hostpython2', 'python3crystax'), 'setuptools']
8
site_packages_name = 'feedparser'
9
call_hostpython_via_targetpython = False
10
0 commit comments