From 5f5a1b92d2ba243d9d138a05cec7f906d7538c30 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 17 Jul 2009 10:50:40 -0400 Subject: Add meh to the list of python modules we can update. --- anaconda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda b/anaconda index 3474d9ab6..8fc479761 100755 --- a/anaconda +++ b/anaconda @@ -139,7 +139,7 @@ def setupPythonUpdates(): except: pass - for pypkg in ("block", "rhpl", "yum", "rpmUtils", "urlgrabber", "pykickstart", "parted"): + for pypkg in ("block", "rhpl", "yum", "rpmUtils", "urlgrabber", "pykickstart", "parted", "meh"): # get the libdir. *sigh* if os.access("/usr/lib64/python%s/site-packages/%s" %(pyver, pypkg), os.X_OK): -- cgit