Merge ~brian-murray/lp-ftbfs-report:master into ~ubuntu-test-rebuild/lp-ftbfs-report:master

Proposed by Brian Murray
Status: Merged
Approved by: Graham Inggs
Approved revision: 2e02fe952b850a14d0ef40c973ef6857d2fc0459
Merged at revision: 2e02fe952b850a14d0ef40c973ef6857d2fc0459
Proposed branch: ~brian-murray/lp-ftbfs-report:master
Merge into: ~ubuntu-test-rebuild/lp-ftbfs-report:master
Diff against target: 18 lines (+4/-3)
1 file modified
source/build_status.py (+4/-3)
Reviewer Review Type Date Requested Status
Ubuntu Archive Test Rebuilds Pending
Review via email: mp+412912@code.launchpad.net

Description of the change

I was testing this script in a focal schroot and had to install a few packages which I've noted in the comments.

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

I also removed python-apt since that import is commented out.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/source/build_status.py b/source/build_status.py
2index 693685b..135ebd5 100755
3--- a/source/build_status.py
4+++ b/source/build_status.py
5@@ -11,9 +11,10 @@
6 # Rewrite of the old build_status script using LP API
7
8 # Requirements:
9-# - python-launchpadlib
10-# - python-apt
11-# - python-jinja2
12+# - python3-debian
13+# - python3-jinja2
14+# - python3-launchpadlib
15+# - python3-requests
16
17 # Uncomment for tracing LP API calls
18 #import httplib2

Subscribers

People subscribed via source and target branches