[yum-cvs] yum/yum depsolve.py,1.125,1.126
Jeremy Katz
katzj at linux.duke.edu
Mon Feb 19 22:56:31 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv10286/yum
Modified Files:
depsolve.py
Log Message:
got a little bit too carried away cleaning up unrelated changes
Index: depsolve.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/depsolve.py,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- depsolve.py 19 Feb 2007 22:51:11 -0000 1.125
+++ depsolve.py 19 Feb 2007 22:56:29 -0000 1.126
@@ -911,7 +911,7 @@
# get the files in the package and express them as "provides"
files = txmbr.po.filelist
- filesasprovs = map(lambda f: (f, None, None)), files)
+ filesasprovs = map(lambda f: (f, None, None), files)
provs.extend(filesasprovs)
ret = []
More information about the Yum-cvs-commits
mailing list