Merge lp:~allenap/maas/command-line-return-of-argparse into lp:~maas-committers/maas/trunk

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: no longer in the source branch.
Merged at revision: 1017
Proposed branch: lp:~allenap/maas/command-line-return-of-argparse
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 14 lines (+4/-0)
1 file modified
versions.cfg (+4/-0)
To merge this branch: bzr merge lp:~allenap/maas/command-line-return-of-argparse
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+125037@code.launchpad.net

Commit message

Bring back the specification for argparse 1.2.1 required by entrypoint2.

The code intended for packaging uses argparse from the standard lib, but one of the test dependencies, PyVirtualDisplay, depends indirectly on argparse 1.2.1. This must die eventually.

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'versions.cfg'
2--- versions.cfg 2012-09-17 14:40:36 +0000
3+++ versions.cfg 2012-09-18 20:07:20 +0000
4@@ -96,6 +96,10 @@
5
6 # Required by:
7 # entrypoint2==0.0.4
8+argparse = 1.2.1
9+
10+# Required by:
11+# entrypoint2==0.0.4
12 decorator = 3.3.2
13
14 # Required by: