Merge lp:~cjwatson/meta-lp-deps/virtualenv into lp:meta-lp-deps

Proposed by Colin Watson
Status: Merged
Merged at revision: 160
Proposed branch: lp:~cjwatson/meta-lp-deps/virtualenv
Merge into: lp:meta-lp-deps
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/meta-lp-deps/virtualenv
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+277521@code.launchpad.net

Commit message

Depend on virtualenv (for >= vivid) or python-virtualenv (<< 1.11.6) (for earlier releases).

Description of the change

Depend on virtualenv (for >= vivid) or python-virtualenv (<< 1.11.6) (for earlier releases). This will let us roll out build system changes that use virtualenv and pip rather than buildout, in the first instance https://code.launchpad.net/~cjwatson/txpkgupload/pip/+merge/277520.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
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 2014-08-28 12:11:58 +0000
3+++ debian/changelog 2015-11-15 20:04:34 +0000
4@@ -1,3 +1,10 @@
5+launchpad-dependencies (0.126) UNRELEASED; urgency=medium
6+
7+ * Depend on virtualenv (for >= vivid) or python-virtualenv (<< 1.11.6)
8+ (for earlier releases).
9+
10+ -- Colin Watson <cjwatson@ubuntu.com> Sun, 15 Nov 2015 20:02:00 +0000
11+
12 launchpad-dependencies (0.125) precise; urgency=medium
13
14 * Drop apt-utils/python-apt versioned dependency substvars. precise is the
15
16=== modified file 'debian/control'
17--- debian/control 2014-08-28 12:11:27 +0000
18+++ debian/control 2015-11-15 20:04:34 +0000
19@@ -23,7 +23,7 @@
20 ca-certificates, python-pyrex, libapr1-dev, libsvn-dev,
21 openssh-client, python-egenix-mxdatetime,
22 python-egenix-mxtools, python-amqplib, python-gmpy, libpq-dev, unzip, lzma,
23- python-convoy, ${misc:Depends}
24+ python-convoy, virtualenv | python-virtualenv (<< 1.11.6), ${misc:Depends}
25 Recommends: launchpad-database-dependencies (= ${source:Version})
26 Suggests:
27 Description: Metapackage for dependencies of Launchpad

Subscribers

People subscribed via source and target branches