From 80484cd8e32c9c4117860824e82baebf071492d2 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 12 Jul 2016 20:23:31 +0200 Subject: enable HAVE_USLEEP flag --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80e5918..0293ff6 100644 --- a/setup.py +++ b/setup.py @@ -176,6 +176,8 @@ class MyBuildExt(build_ext): ("SQLITE_HAS_CODEC", "1")) ext.define_macros.append( ("SQLITE_TEMP_STORE", "2")) + ext.define_macros.append( + ("HAVE_USLEEP", "1")) ext.sources.append(os.path.join(AMALGAMATION_ROOT, "sqlite3.c")) ext.include_dirs.append(AMALGAMATION_ROOT) @@ -333,7 +335,7 @@ def get_setup_args(): PYSQLITE_VERSION += "-%s" % PATCH_VERSION # Need to bump minor version, patch handled badly. - PYSQLCIPHER_VERSION = "2.6.4" + PYSQLCIPHER_VERSION = "2.6.5" setup_args = dict( name="pysqlcipher", -- cgit v1.2.3