Skip to content

Commit 5448f34

Browse files
Fix for 'cannot find setuptools module' (#2195)
Co-authored-by: fred-simard <frederic.simard.1@outlook.com>
1 parent 5e6e01e commit 5448f34

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
@@ -12,7 +12,7 @@ class Psycopg2Recipe(PythonRecipe):
1212
"""
1313
version = '2.8.4'
1414
url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
15-
depends = ['libpq']
15+
depends = ['libpq', 'setuptools']
1616
site_packages_name = 'psycopg2'
1717
call_hostpython_via_targetpython = False
1818

0 commit comments

Comments
 (0)