Merge lp:~zulcss/python-neutronclient/deps-refresh into lp:~ubuntu-server-dev/python-neutronclient/havana

Proposed by Chuck Short
Status: Merged
Merged at revision: 47
Proposed branch: lp:~zulcss/python-neutronclient/deps-refresh
Merge into: lp:~ubuntu-server-dev/python-neutronclient/havana
Diff against target: 35 lines (+10/-0)
2 files modified
debian/changelog (+8/-0)
debian/control (+2/-0)
To merge this branch: bzr merge lp:~zulcss/python-neutronclient/deps-refresh
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+182372@code.launchpad.net

Description of the change

Add six and babel as a dependency.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-07-18 16:45:30 +0000
3+++ debian/changelog 2013-08-27 12:07:34 +0000
4@@ -1,3 +1,11 @@
5+python-neutronclient (1:2.2.6.10.gad59ba6-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release.
8+ * debian/control: Add python-six as a build dependency.
9+ * debian/control: Add python-babel as a build dependency.
10+
11+ -- Chuck Short <zulcss@ubuntu.com> Tue, 27 Aug 2013 07:58:02 -0400
12+
13 python-neutronclient (1:2.2.4-0ubuntu2) saucy; urgency=low
14
15 * d/tests: Update tests for quantum->neutron rename.
16
17=== modified file 'debian/control'
18--- debian/control 2013-07-18 16:20:59 +0000
19+++ debian/control 2013-08-27 12:07:34 +0000
20@@ -5,6 +5,7 @@
21 XSBC-Original-Maintainer: Chuck Short <zulcss@buntu.com>
22 Build-Depends: debhelper (>= 8.0.0),
23 python-all (>= 2.6.6-3~),
24+ python-babel,
25 python-cliff (>= 1.3.2),
26 python-d2to1,
27 python-fixtures,
28@@ -15,6 +16,7 @@
29 python-prettytable,
30 python-pyparsing (>= 1.5.6),
31 python-simplejson,
32+ python-six,
33 python-testtools,
34 testrepository,
35 cliff-tablib,

Subscribers

People subscribed via source and target branches