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 96edcd6 commit 3d9fe27Copy full SHA for 3d9fe27
pythonforandroid/recipes/psycopg2/__init__.py
@@ -10,7 +10,7 @@ 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 = '2.8.4'
+ version = '2.8.5'
14
url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
15
depends = ['libpq', 'setuptools']
16
site_packages_name = 'psycopg2'
0 commit comments