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 d872ba3 commit 046baeaCopy full SHA for 046baea
pythonforandroid/recipes/psycopg2/__init__.py
@@ -10,8 +10,8 @@ class Psycopg2Recipe(PythonRecipe):
10
`ANDROID_API` (`ndk-api`) >= 26, see:
11
https://github.com/kivy/python-for-android/issues/1711#issuecomment-465747557
12
"""
13
- version = 'latest'
14
- url = 'http://initd.org/psycopg/tarballs/psycopg2-{version}.tar.gz'
+ version = '2.8.4'
+ url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
15
depends = ['libpq']
16
site_packages_name = 'psycopg2'
17
call_hostpython_via_targetpython = False
0 commit comments