Skip to content

Commit 046baea

Browse files
AndreMiraszworkb
authored andcommitted
Fixes psycopg2 URL, closes kivy#2098
1 parent d872ba3 commit 046baea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/psycopg2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class Psycopg2Recipe(PythonRecipe):
1010
`ANDROID_API` (`ndk-api`) >= 26, see:
1111
https://github.com/kivy/python-for-android/issues/1711#issuecomment-465747557
1212
"""
13-
version = 'latest'
14-
url = 'http://initd.org/psycopg/tarballs/psycopg2-{version}.tar.gz'
13+
version = '2.8.4'
14+
url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
1515
depends = ['libpq']
1616
site_packages_name = 'psycopg2'
1717
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)