We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77387f4 commit ef033e1Copy full SHA for ef033e1
pythonforandroid/recipes/lxml/__init__.py
@@ -4,8 +4,10 @@
4
5
6
class LXMLRecipe(CompiledComponentsPythonRecipe):
7
- version = '5.3.1'
8
- url = 'https://pypi.python.org/packages/source/l/lxml/lxml-{version}.tar.gz' # noqa
+ # version = '5.3.1'
+ # url = 'https://pypi.python.org/packages/source/l/lxml/lxml-{version}.tar.gz' # noqa
9
+ version = "5.3.1"
10
+ url = f"https://files.pythonhosted.org/packages/source/l/lxml/lxml-{version}.tar.gz"
11
depends = ['librt', 'libxml2', 'libxslt', 'setuptools']
12
name = 'lxml'
13
0 commit comments