Merge lp:~matt-goodall/canonical-identity-provider/for-pay-acceptance into lp:canonical-identity-provider/release

Proposed by Matt Goodall
Status: Merged
Approved by: Natalia Bidart
Approved revision: no longer in the source branch.
Merged at revision: 1248
Proposed branch: lp:~matt-goodall/canonical-identity-provider/for-pay-acceptance
Merge into: lp:canonical-identity-provider/release
Diff against target: 14 lines (+2/-2)
1 file modified
dependencies-devel.txt (+2/-2)
To merge this branch: bzr merge lp:~matt-goodall/canonical-identity-provider/for-pay-acceptance
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Review via email: mp+249247@code.launchpad.net

Commit message

Be explicit about postgresql-(client|contrib) package versions (to help Pay).

Description of the change

Explicitly specify version 9.3 of a couple of PostgreSQL dev dependencies so that the same version is installed in a Precise or Trusty environment. (The change has no real effect for Trusty.)

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dependencies-devel.txt'
2--- dependencies-devel.txt 2014-12-10 20:37:58 +0000
3+++ dependencies-devel.txt 2015-02-10 20:28:23 +0000
4@@ -7,8 +7,8 @@
5 libxslt1-dev
6 make
7 memcached
8-postgresql-client
9-postgresql-contrib
10+postgresql-client-9.3
11+postgresql-contrib-9.3
12 postgresql-plpython-9.3
13 python-dev
14 python-pip