Opened at 2011-01-29T17:46:17Z
Closed at 2011-06-26T15:11:43Z
#1345 closed defect (fixed)
remove Makefile targets relating to 'setup.py check_auto_deps' which no longer exists
Reported by: | davidsarah | Owned by: | warner |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | packaging | Version: | 1.8.1 |
Keywords: | Makefile | Cc: | |
Launchpad Bug: |
Description (last modified by davidsarah)
setup.py check_auto_deps was removed in 6d6f0edc3698e1ab. (It no longer worked due to the removal of require_auto_deps() in 29336a09163cd3d5.) The related Makefile targets should have been removed as well.
Attachments (1)
Change History (7)
comment:1 Changed at 2011-01-29T17:49:47Z by davidsarah
- Description modified (diff)
- Owner changed from somebody to davidsarah
- Status changed from new to assigned
Changed at 2011-01-29T17:51:50Z by davidsarah
comment:2 Changed at 2011-01-29T17:53:20Z by davidsarah
- Keywords review-needed added
- Owner changed from davidsarah to warner
- Status changed from assigned to new
comment:3 Changed at 2011-01-31T01:14:35Z by warner
- Milestone changed from 1.8.2 to 1.9.0
kicking out to a later release, the 1.8.2 train has left, and this is low-priority
comment:4 Changed at 2011-06-26T05:40:55Z by zooko
+1 -- will apply.
comment:5 Changed at 2011-06-26T05:45:06Z by zooko
- Keywords review-needed removed
comment:6 Changed at 2011-06-26T15:11:43Z by david-sarah@…
- Resolution set to fixed
- Status changed from new to closed
In a8c5734e72237a8d:
Note: See
TracTickets for help on using
tickets.
Makefile: remove targets relating to 'setup.py check_auto_deps' which no longer exists. refs #1345