Merge lp:~timo-jyrinki/pyruntest/depend_on_pythontesttools into lp:pyruntest

Proposed by Timo Jyrinki
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 15
Merged at revision: 17
Proposed branch: lp:~timo-jyrinki/pyruntest/depend_on_pythontesttools
Merge into: lp:pyruntest
Diff against target: 13 lines (+2/-1)
1 file modified
debian/control (+2/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/pyruntest/depend_on_pythontesttools
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Mathieu Trudel-Lapierre (community) Approve
Review via email: mp+168052@code.launchpad.net

Commit message

Depend on python-testtools (LP: #1155232)

Description of the change

Depend on python-testtools (LP: #1155232)

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Approve.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2012-11-28 03:33:57 +0000
3+++ debian/control 2013-06-07 13:06:27 +0000
4@@ -16,7 +16,8 @@
5
6 Package: python-pyruntest
7 Architecture: all
8-Depends: ${shlibs:Depends},
9+Depends: python-testtools,
10+ ${shlibs:Depends},
11 ${misc:Depends},
12 ${python:Depends},
13 Description: Simple python test-runner

Subscribers

People subscribed via source and target branches