Skip to content

Commit

Permalink
Fix runtime psycopg2 error (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Leveille authored Jun 25, 2020
1 parent 96edcd6 commit 3d9fe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/psycopg2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Psycopg2Recipe(PythonRecipe):
`ANDROID_API` (`ndk-api`) >= 26, see:
https://github.com/kivy/python-for-android/issues/1711#issuecomment-465747557
"""
version = '2.8.4'
version = '2.8.5'
url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
depends = ['libpq', 'setuptools']
site_packages_name = 'psycopg2'
Expand Down

0 comments on commit 3d9fe27

Please sign in to comment.