[Yum-devel] [PATCH 3/4] Allow remove to use alwaysprompt/etc. logic.

James Antill james at and.org
Thu Jul 14 15:45:39 UTC 2011


---
 cli.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cli.py b/cli.py
index 6056d38..c69ec3b 100644
--- a/cli.py
+++ b/cli.py
@@ -1400,7 +1400,6 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
         #  package wasn't explictly given on the command line
         for txmbr in self.tsInfo.getMembers():
             if txmbr.isDep or \
-                   txmbr.ts_state == 'e' or \
                    txmbr.name not in self.extcmds:
                 return True
         
-- 
1.7.5.4



More information about the Yum-devel mailing list