]> granicus.if.org Git - python/commitdiff
Re-add line that was mistakenly removed alongside RPM support.
authorÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 20:38:41 +0000 (22:38 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 20:38:41 +0000 (22:38 +0200)
This reveals the need for bdist* tests.

Lib/packaging/command/bdist.py

index 4338a970e82be306faf999d70519950df6469d65..e8c023dc072b3283debc84d10dc0c97300676f77 100644 (file)
@@ -128,6 +128,7 @@ class bdist(Command):
         for i in range(len(self.formats)):
             cmd_name = commands[i]
             sub_cmd = self.get_reinitialized_command(cmd_name)
+            sub_cmd.format = self.formats[i]
 
             # passing the owner and group names for tar archiving
             if cmd_name == 'bdist_dumb':