sip_install_loc
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Thu, 8 Oct 2015 20:39:15 +0000 (13:39 -0700)
committerDmitry Shachnev <mitya57@debian.org>
Wed, 11 Mar 2020 21:01:30 +0000 (21:01 +0000)
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

index 8927e1406a2f8e76b7b3f44e547432251013f97f..560e104c4a4179f0247394a34c866b01efcc0661 100644 (file)
@@ -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