Issue 8669: lack of bdist_rpm module raises error on 'setup.py --help-commands' (original ) (raw ) Issue8669
Created on 2010-05-09 01:47 by meatballhat , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (3)
msg105361 - (view)
Author: Dan Buch (meatballhat)
Date: 2010-05-09 01:47
Running 'python setup.py --help-commands' in the distutils2 package raises an error because there is no 'bdist_rpm' module. Should references to 'bdist_rpm' be removed, or should the 'bdist_rpm' module be (re?)introduced?
msg106866 - (view)
Author: Éric Araujo (eric.araujo) *
Date: 2010-06-01 23:17
Can you still reproduce it? I think it’s fixed by http://bitbucket.org/tarek/distutils2/changeset/19f1965a304d
msg113874 - (view)
Author: Éric Araujo (eric.araujo) *
Date: 2010-08-14 05:54
With more knowledge now, I am sure this changeset fixed this bug. Closing.
History
Date
User
Action
Args
2022-04-11 14:57:00
admin
set
github: 52915
2010-08-14 05:54:01
eric.araujo
set
status: open -> closedresolution: fixedmessages: + stage: resolved
2010-06-01 23:17:39
eric.araujo
set
nosy: + eric.araujo messages: +
2010-05-09 01:47:50
meatballhat
set
files: + distutils2-bdist-rpm-error.txt
2010-05-09 01:47:12
meatballhat
create