From 6372518cf564f49d0eeed2175105c0a8a237705c Mon Sep 17 00:00:00 2001 From: Debian Python Modules Team Date: Mon, 22 Sep 2014 03:09:22 +0100 Subject: [PATCH] sip_install_loc Adjust for Debian Python build file location. No need to upstream. Gbp-Pq: Name 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 c774afe..b18a911 100644 --- a/Python/configure.py +++ b/Python/configure.py @@ -278,7 +278,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