Skip to content

Commit ef033e1

Browse files
authored
Updateurl.
1 parent 77387f4 commit ef033e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pythonforandroid/recipes/lxml/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55

66
class LXMLRecipe(CompiledComponentsPythonRecipe):
7-
version = '5.3.1'
8-
url = 'https://pypi.python.org/packages/source/l/lxml/lxml-{version}.tar.gz' # noqa
7+
# version = '5.3.1'
8+
# 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"
911
depends = ['librt', 'libxml2', 'libxslt', 'setuptools']
1012
name = 'lxml'
1113

0 commit comments

Comments
 (0)