#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).

Change History (1)

comment:1 Changed at 2014-08-30T00:37:45Z by daira

  • Description modified (diff)
Note: See TracTickets for help on using tickets.