Merge lp:~octoquad/software-center/1448355-docs-fix-aptdaemon-test into lp:software-center

Proposed by Bruce Pieterse
Status: Merged
Merged at revision: 3337
Proposed branch: lp:~octoquad/software-center/1448355-docs-fix-aptdaemon-test
Merge into: lp:software-center
Diff against target: 11 lines (+1/-1)
1 file modified
README (+1/-1)
To merge this branch: bzr merge lp:~octoquad/software-center/1448355-docs-fix-aptdaemon-test
Reviewer Review Type Date Requested Status
dobey Approve
Didier Roche-Tolomelli Approve
Review via email: mp+268845@code.launchpad.net

Description of the change

Updated development package to python3-aptdaemon.test as python-aptdaemon.test is not available in 15.04 and 15.10.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

This change looks good, thanks a lot :)

review: Approve
Revision history for this message
dobey (dobey) wrote :

Please sign the contributor agreement at http://www.ubuntu.com/legal/contributors as it is required for Software Center. Thanks

review: Needs Fixing
Revision history for this message
Bruce Pieterse (octoquad) wrote :

Signed.

Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2012-05-22 12:13:02 +0000
3+++ README 2015-08-23 09:39:51 +0000
4@@ -10,7 +10,7 @@
5 To setup your development environment, you'll need to ensure the following
6 extra packages are installed:
7
8-sudo apt-get install xvfb python-coverage python-mock python-aptdaemon.test \
9+sudo apt-get install xvfb python-coverage python-mock python3-aptdaemon.test \
10 python-qt4 python-unittest2 python-lxml pep8
11 sudo apt-get build-dep software-center
12