This is an automated email from the ASF dual-hosted git repository.
junhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 0db0aaf BIGTOP-3352: Fix qfs build error on Ubuntu 18.04
0db0aaf is described below
commit 0db0aafadac99363f41347c6a2d4010fd6959b1c
Author: Yuqi Gu <[email protected]>
AuthorDate: Wed Apr 29 08:52:36 2020 +0000
BIGTOP-3352: Fix qfs build error on Ubuntu 18.04
dh-python package missing.
Change-Id: I581885650361a6939dd8fd2c254f53302324ad91
Signed-off-by: Yuqi Gu <[email protected]>
---
bigtop_toolchain/manifests/packages.pp | 1 +
1 file changed, 1 insertion(+)
diff --git a/bigtop_toolchain/manifests/packages.pp
b/bigtop_toolchain/manifests/packages.pp
index eb14cbb..1d74daf 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -173,6 +173,7 @@ class bigtop_toolchain::packages {
"devscripts",
"build-essential",
"dh-make",
+ "dh-python",
"libfuse2",
"libjansi-java",
"python2.7-dev",