Opened at 2014-08-19T17:37:49Z
Last modified at 2014-09-09T00:18:55Z
#2282 closed defect
remove the feature of auto-installing stdeb — at Version 1
Reported by: | daira | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.1 |
Component: | packaging | Version: | 1.10.0 |
Keywords: | stdeb sdist debian setuptools setup_requires packaging | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
There's a hack in setup.py to add stdeb >= 0.3 to the setup requirements automatically when the sdist_dsc command is used.
This is a bad idea because we want to avoid use of setup_requires, to mitigate #2286 (and also because pip doesn't check hashes specified in requirements.txt for setup_requires dependencies).
Note: See
TracTickets for help on using
tickets.