From a7f2cd4d81e00eb73c85a40a3bb062511d5744a0 Mon Sep 17 00:00:00 2001 From: Steven Butterworth Date: Tue, 6 May 2014 10:55:54 -0400 Subject: [PATCH] List PEAR packages from all registered channels --- blueprint/backend/php.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint/backend/php.py b/blueprint/backend/php.py index ecef071..61d01cb 100644 --- a/blueprint/backend/php.py +++ b/blueprint/backend/php.py @@ -26,7 +26,7 @@ def php(b, r): (pecl_manager, 'pecl')): try: - p = subprocess.Popen([progname, 'list'], + p = subprocess.Popen([progname, 'list', '-a'], close_fds=True, stdout=subprocess.PIPE) except OSError: continue