Merge lp:~kissiel/checkbox/add-oauth-deps into lp:~checkbox-dev/checkbox/ppa-packaging-plainbox

Proposed by Maciej Kisielewski
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 40
Merged at revision: 40
Proposed branch: lp:~kissiel/checkbox/add-oauth-deps
Merge into: lp:~checkbox-dev/checkbox/ppa-packaging-plainbox
Diff against target: 19 lines (+2/-0)
1 file modified
debian/control (+2/-0)
To merge this branch: bzr merge lp:~kissiel/checkbox/add-oauth-deps
Reviewer Review Type Date Requested Status
Sylvain Pineau Approve
Review via email: mp+283277@code.launchpad.net

Description of the change

This MR fixes a missing dependency issue (python3-requests-oauthlib).

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

+1, thanks

review: Approve

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 2015-09-25 08:33:42 +0000
3+++ debian/control 2016-01-20 11:28:31 +0000
4@@ -12,6 +12,7 @@
5 python3-padme,
6 python3-pkg-resources,
7 python3-requests,
8+ python3-requests-oauthlib,
9 python3-setuptools,
10 python3-sphinx,
11 python3-tk,
12@@ -61,6 +62,7 @@
13 python3-padme,
14 python3-pkg-resources,
15 python3-requests,
16+ python3-requests-oauthlib,
17 python3-xlsxwriter,
18 ${misc:Depends},
19 ${python3:Depends}

Subscribers

People subscribed via source and target branches