From 4e54190b40cb1ff1a2a891114bb7d3e3fe67fe80 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 1 Mar 2013 20:12:01 +0000 Subject: - Install standard libraries separated as other ports to the same place with other standard libraries (${PYTHON_LIBDIR}/lib-dynload) - Improve consistency of the Makefile(s) - Whitespace cleanup for the patches --- databases/py-sqlite3/files/setup3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/py-sqlite3/files/setup3.py') diff --git a/databases/py-sqlite3/files/setup3.py b/databases/py-sqlite3/files/setup3.py index 549fd496ab37..b0d7a1770beb 100644 --- a/databases/py-sqlite3/files/setup3.py +++ b/databases/py-sqlite3/files/setup3.py @@ -39,7 +39,7 @@ except AttributeError: setup(name = "_sqlite3", description = "SQLite 3 extension to Python", - + ext_modules = [Extension('_sqlite3', sqlite_srcs, include_dirs = inc_dirs, libraries = libs, -- cgit v1.2.3