summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-27 15:28:12 -0500
committerDavid Cantrell <dcantrell@redhat.com>2009-02-12 11:29:45 -1000
commit94115da500df65ddbbbccd710c8b92aa5e3dc8af (patch)
treeae9ddbd09f27084705c93bb55ae565e9d147f080 /anaconda
parentca1472b789e1555a7b0c5ee817e89c9b98cb9706 (diff)
downloadanaconda-94115da500df65ddbbbccd710c8b92aa5e3dc8af.tar.gz
anaconda-94115da500df65ddbbbccd710c8b92aa5e3dc8af.tar.xz
anaconda-94115da500df65ddbbbccd710c8b92aa5e3dc8af.zip
Make sure the pyparted package ends up in the updates path.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 3a3a9dd12..5780f39be 100755
--- a/anaconda
+++ b/anaconda
@@ -139,7 +139,7 @@ def setupPythonUpdates():
except:
pass
- for pypkg in ("rhpl", "yum", "rpmUtils", "urlgrabber", "pykickstart"):
+ for pypkg in ("rhpl", "yum", "rpmUtils", "urlgrabber", "pykickstart", "parted"):
# get the libdir. *sigh*
if os.access("/usr/lib64/python%s/site-packages/%s" %(pyver, pypkg),
os.X_OK):