summaryrefslogtreecommitdiff
path: root/exts/pip.find_deps
diff options
context:
space:
mode:
Diffstat (limited to 'exts/pip.find_deps')
-rwxr-xr-xexts/pip.find_deps4
1 files changed, 3 insertions, 1 deletions
diff --git a/exts/pip.find_deps b/exts/pip.find_deps
index b59a1fc..26f31b2 100755
--- a/exts/pip.find_deps
+++ b/exts/pip.find_deps
@@ -205,7 +205,9 @@ def find_build_deps(source, name, version=None):
logging.debug('Running egg_info command')
p = subprocess.Popen(['python', 'setup.py', 'egg_info'], cwd=source,
- stdout=subprocess.PIPE)
+ stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+
+ # TODO: log output of egg_info command?
if p.wait() != 0:
# Something went wrong, but in most cases we can probably still