Changes between Initial Version and Version 1 of Ticket #2282


Ignore:
Timestamp:
2014-08-30T00:37:45Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2282 – Description

    initial v1  
    11There's a hack in [source:setup.py@7db853a7#L143 setup.py] to add `stdeb >= 0.3` to the setup requirements automatically when the `sdist_dsc` command is used.
    22
    3 This is a bad idea because we want to avoid use of `setup_requires`.
     3This 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).