mirror of https://github.com/python/cpython
Re-add line that was mistakenly removed alongside RPM support.
This reveals the need for bdist* tests.
This commit is contained in:
parent
9deedf696e
commit
1256a6864e
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue