From e66e39d6d897db5a42320664580e3d0eed27d76f Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:39:15 -0700 Subject: [PATCH] sip_install_loc Adjust for Debian Python build file location. No need to upstream. Patch-Name: sip_install_loc.patch Gbp-Pq: Name 0001-sip_install_loc.patch --- Python/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/configure.py b/Python/configure.py index 8927e14..560e104 100644 --- a/Python/configure.py +++ b/Python/configure.py @@ -294,7 +294,7 @@ class ModuleConfiguration(object): return None path = os.path.join(target_configuration.qsci_sip_dir, 'Qsci') - files = glob.glob('sip/*.sip') + files = glob.glob('../sip/*.sip') return path, files -- 2.30.2