projects
/
qscintilla2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc088f
)
sip_install_loc
author
SVN-Git Migration
<python-modules-team@lists.alioth.debian.org>
Thu, 8 Oct 2015 20:39:15 +0000
(13:39 -0700)
committer
Andreas Beckmann
<anbe@debian.org>
Sun, 16 Jun 2019 12:55:29 +0000
(13:55 +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
patch
|
blob
|
history
diff --git
a/Python/configure.py
b/Python/configure.py
index 2ff9330c6b885286a88ab7d5501c626f41097ed7..0bf24ba374555dd908049c91ceb04ca97eda980a 100644
(file)
--- a/
Python/configure.py
+++ b/
Python/configure.py
@@
-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