8000
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.
2 parents f3748b4 + 2461ec4 commit 1c95b40Copy full SHA for 1c95b40
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