8000 fix dateutil recipe · lineCode/python-for-android@de3d353 · GitHub
[go: up one dir, main page]

Skip to content

Commit de3d353

Browse files
committed
fix dateutil recipe
1 parent 55d71f9 commit de3d353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/dateutil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class DateutilRecipe(PythonRecipe):
55
name = 'dateutil'
66
version = '2.6.0'
7-
url = 'https://pypi.python.org/packages/3e/f5/aad82824b369332a676a90a8c0d1e608b17e740bbb6aeeebca726f17b902/python-dateutil-{version}.tar.gz'
7+
url = 'https://pypi.python.org/packages/51/fc/39a3fbde6864942e8bb24c93663734b74e281b984d1b8c4f95d64b0c21f6/python-dateutil-2.6.0.tar.gz'
88

99
depends = ['python2', "setuptools"]
1010
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)
0