summaryrefslogtreecommitdiff
path: root/packaging/os/yum.py
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/os/yum.py')
-rw-r--r--packaging/os/yum.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/os/yum.py b/packaging/os/yum.py
index c2b389c5..7fd66c9a 100644
--- a/packaging/os/yum.py
+++ b/packaging/os/yum.py
@@ -175,6 +175,7 @@ def yum_base(conf_file=None):
my = yum.YumBase()
my.preconf.debuglevel=0
my.preconf.errorlevel=0
+ my.preconf.plugins = True
if conf_file and os.path.exists(conf_file):
my.preconf.fn = conf_file
if os.geteuid() != 0: