diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-01 20:12:01 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-01 20:12:01 +0000 |
commit | 4e54190b40cb1ff1a2a891114bb7d3e3fe67fe80 (patch) | |
tree | 9e4d3fe5352ce6de3984761a86925f44ac9e3e62 /databases/py-sqlite3/files/setup.py | |
parent | - Update to 1.503 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=313167
Diffstat (limited to 'databases/py-sqlite3/files/setup.py')
-rw-r--r-- | databases/py-sqlite3/files/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlite3/files/setup.py b/databases/py-sqlite3/files/setup.py index d913319f1f12..0452af5aa9c4 100644 --- a/databases/py-sqlite3/files/setup.py +++ b/databases/py-sqlite3/files/setup.py @@ -40,7 +40,7 @@ except AttributeError: setup(name = "_sqlite3", description = "SQLite 3 extension to Python", - + ext_modules = [Extension('_sqlite3', sqlite_srcs, include_dirs = inc_dirs, libraries = libs, |