[PATCH] ubuntu_zfs_xfs_generic: remove texinfo and texlive pkg

Po-Hsu Lin po-hsu.lin at canonical.com
Fri Jun 23 07:12:29 UTC 2017


These two packages were added in commit ec287dc035727300e5a34a3b6a474d3a13ab5582
However the texlive dependency issue is now hindering the test, and should be
removed to keep the test running. Tested with Artful amd64 system, all 64 test
cases passed.

texlive dependency bug: http://pad.lv/1699781

Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
 ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py |    2 --
 1 file changed, 2 deletions(-)

diff --git a/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py b/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py
index 38d969a..0e4657c 100644
--- a/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py
+++ b/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py
@@ -34,8 +34,6 @@ class ubuntu_zfs_xfs_generic(test.test):
             'libtool-bin',
             'pax',
             'pkg-config',
-            'texinfo',
-            'texlive',
             'quota'
         ]
         gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x'] else 'gcc-multilib'
-- 
1.7.9.5





More information about the kernel-team mailing list