8000 Merge pull request #2099 from AndreMiras/feature/updates_broken_psyco… · pygame/python-for-android@1c95b40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c95b40

Browse files
authored
Merge pull request kivy#2099 from AndreMiras/feature/updates_broken_psycopg2_url
Fixes psycopg2 URL, closes kivy#2098
2 parents f3748b4 + 2461ec4 commit 1c95b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/psycopg2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 = 'latest'
14-
url = 'http://initd.org/psycopg/tarballs/psycopg2-{version}.tar.gz'
13+
version = '2.8.4'
14+
url = 'https://pypi.python.org/packages/source/p/psycopg2/psycopg2-{version}.tar.gz'
1515
depends = ['libpq']
1616
site_packages_name = 'psycopg2'
1717
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)
0