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 5e6e01e commit 5448f34Copy full SHA for 5448f34
pythonforandroid/recipes/psycopg2/__init__.py
@@ -12,7 +12,7 @@ class Psycopg2Recipe(PythonRecipe):
12
"""
13
version = '2.8.4'
14
url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
15
- depends = ['libpq']
+ depends = ['libpq', 'setuptools']
16
site_packages_name = 'psycopg2'
17
call_hostpython_via_targetpython = False
18
0 commit comments