summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-17 10:50:40 -0400
committerChris Lumens <clumens@redhat.com>2009-07-29 15:25:42 -0400
commit5f5a1b92d2ba243d9d138a05cec7f906d7538c30 (patch)
tree4cb94a9089fe35e5b268793620e87311c92993d0 /anaconda
parent85a6e74ea826e2f98703f94ba84805506e57bc2d (diff)
downloadanaconda-5f5a1b92d2ba243d9d138a05cec7f906d7538c30.tar.gz
anaconda-5f5a1b92d2ba243d9d138a05cec7f906d7538c30.tar.xz
anaconda-5f5a1b92d2ba243d9d138a05cec7f906d7538c30.zip
Add meh to the list of python modules we can update.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
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):