Changes between Initial Version and Version 1 of Ticket #2282
- Timestamp:
- 2014-08-30T00:37:45Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2282 – Description
initial v1 1 1 There'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. 2 2 3 This is a bad idea because we want to avoid use of `setup_requires` .3 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).