sip_install_loc
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Thu, 8 Oct 2015 20:39:15 +0000 (13:39 -0700)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 28 Jun 2018 01:40:00 +0000 (02:40 +0100)
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 2ff9330c6b885286a88ab7d5501c626f41097ed7..0bf24ba374555dd908049c91ceb04ca97eda980a 100644 (file)
@@ -291,7 +291,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