Skip to content

Commit 3d9fe27

Browse files
author
Rene Leveille
authored
Fix runtime psycopg2 error (kivy#2246)
1 parent 96edcd6 commit 3d9fe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/psycopg2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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 = '2.8.4'
13+
version = '2.8.5'
1414
url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
1515
depends = ['libpq', 'setuptools']
1616
site_packages_name = 'psycopg2'

0 commit comments

Comments
 (0)