sip_install_loc
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Thu, 8 Oct 2015 20:39:15 +0000 (13:39 -0700)
committerGudjon I. Gudjonsson <gudjon@gudjon.org>
Thu, 21 Feb 2019 18:34:03 +0000 (18:34 +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 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