From 0770891ba94758ff63200eb0d57f15b1e5fdd976 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 6 Dec 2016 17:49:20 +0000 Subject: - Add py35-psycopg2, python 3.5 variant of py-psycopg2 --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index d48711ff44dd..17fc137fb2af 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -796,6 +796,7 @@ SUBDIR += py34-sqlite3 SUBDIR += py35-gdbm SUBDIR += py35-mysqlclient + SUBDIR += py35-psycopg2 SUBDIR += py35-sqlite3 SUBDIR += pydbx SUBDIR += pymongo -- cgit