From 94115da500df65ddbbbccd710c8b92aa5e3dc8af Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 27 Jan 2009 15:28:12 -0500 Subject: Make sure the pyparted package ends up in the updates path. --- anaconda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anaconda') 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): -- cgit