From: Éric Araujo Date: Tue, 31 May 2011 20:38:41 +0000 (+0200) Subject: Re-add line that was mistakenly removed alongside RPM support. X-Git-Tag: v3.3.0a1~2183^2~21^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1256a6864e4dc1728a6d7034d3f3dd322f87b02d;p=python Re-add line that was mistakenly removed alongside RPM support. This reveals the need for bdist* tests. --- diff --git a/Lib/packaging/command/bdist.py b/Lib/packaging/command/bdist.py index 4338a970e8..e8c023dc07 100644 --- a/Lib/packaging/command/bdist.py +++ b/Lib/packaging/command/bdist.py @@ -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':