commit | b9fe54cccc3798f089489ef1e7f9026a35d16d6b | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Tue Aug 30 01:42:50 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Tue Aug 30 01:42:50 2011 +0200 |
tree | e28f0aa1563038ff6cc0678cc3f327503623d540 | |
parent | 83ab3f319b3b83c84c4df72349b6ce7d5ec936da [diff] |
Make bdist_* commands respect --skip-build passed to bdist (#10946). There was already a test for this, but it was complicated and had a subtle bug (custom command objects need to be put in dist.command_obj so that other command objects may see them) that rendered it moot.