فهرست منبع

django: Fix installing psycopg2 client.

INADA Naoki 12 سال پیش
والد
کامیت
945024cd82
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -326,7 +326,7 @@ class Installer:
     easy_install('PyMySQL==0.5', pypy=True)
     easy_install('PyMySQL3==0.5', two=False, three=True)
     easy_install('simplejson==3.3.0', two=True, three=True, pypy=False)
-    easy_install('psycopg2-2.5.1', three=True)
+    easy_install('psycopg2==2.5.1', three=True)
     easy_install('ujson==1.33', three=True)
 
     # Gunicorn