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.
1 parent 098b55e commit 41390edCopy full SHA for 41390ed
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