Merge lp:~ttx/glance/jays-deps into lp:~openstack-ubuntu-packagers/glance/ubuntu

Proposed by Thierry Carrez
Status: Merged
Merged at revision: 70
Proposed branch: lp:~ttx/glance/jays-deps
Merge into: lp:~openstack-ubuntu-packagers/glance/ubuntu
Diff against target: 47 lines (+9/-4)
2 files modified
debian/changelog (+5/-0)
debian/control (+4/-4)
To merge this branch: bzr merge lp:~ttx/glance/jays-deps
Reviewer Review Type Date Requested Status
Chuck Short (community) Approve
Review via email: mp+81585@code.launchpad.net

Commit message

* Remove useless python-argparse dependency
* Version python-httplib2 dependency (LP: #884805)
* Add python-crypto dependency (LP: #887225)

Description of the change

Changes proposed by Jay Pipes:
* Remove useless python-argparse dependency
* Version python-httplib2 dependency (LP: #884805)
* Add python-crypto dependency (LP: #887225)

To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

+1

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 2011-10-26 17:24:12 +0000
3+++ debian/changelog 2011-11-08 14:12:24 +0000
4@@ -6,6 +6,11 @@
5 [ Dan Prince ]
6 * Install files in /etc/*.
7
8+ [ Jay Pipes ]
9+ * Remove useless python-argparse dependency
10+ * Version python-httplib2 dependency (LP: #884805)
11+ * Add python-crypto dependency (LP: #887225)
12+
13 -- Monty Taylor <mordred@inaugust.com> Mon, 19 Sep 2011 12:40:45 -0400
14
15 glance (2011.3~rc~20110915.r1007-0ubuntu1) oneiric; urgency=low
16
17=== modified file 'debian/control'
18--- debian/control 2011-09-19 17:05:00 +0000
19+++ debian/control 2011-11-08 14:12:24 +0000
20@@ -16,12 +16,12 @@
21 python-eventlet,
22 python-pastedeploy,
23 python-migrate,
24- python-argparse,
25- python-httplib2,
26+ python-httplib2 (>= 0.6.0),
27 python-swift,
28 python-boto,
29 python-kombu,
30 python-git,
31+ python-crypto,
32 curl,
33 pep8
34 Standards-Version: 3.9.2
35@@ -41,10 +41,10 @@
36 python-eventlet,
37 python-sqlalchemy-ext | python-sqlalchemy (<< 0.6.3-2),
38 python-pastedeploy,
39- python-argparse,
40 python-migrate,
41 python-kombu,
42- python-httplib2,
43+ python-httplib2 (>= 0.6.0),
44+ python-crypto,
45 python-xattr
46 Provides: ${python:Provides}
47 XB-Python-Version: ${python:Versions}

Subscribers

People subscribed via source and target branches