From 767352e61840d3f9ad3a56dad2797f129e47f0e4 Mon Sep 17 00:00:00 2001 From: Gaurang Tapase Date: Thu, 21 Apr 2022 15:17:03 +0530 Subject: [PATCH] EX-5131 build: Add python-*yaml deps for lipe-lpcc Test-Parameters: trivial Change-Id: Idd05bd3ae4c12b82392d0b7f2dff826e1954773c Signed-off-by: Gaurang Tapase Reviewed-on: https://review.whamcloud.com/47106 Reviewed-by: Raphael Druon Tested-by: jenkins Reviewed-by: Minh Diep Tested-by: Maloo Reviewed-by: Feng, Lei Reviewed-by: John L. Hammond --- lipe/debian/control | 2 +- lipe/debian/control.main | 2 +- lipe/lipe.spec.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lipe/debian/control b/lipe/debian/control index dd32c26..c68288e 100644 --- a/lipe/debian/control +++ b/lipe/debian/control @@ -12,5 +12,5 @@ Package: lipe-lpcc Section: utils Architecture: all Priority: optional -Depends: ${shlibs:Depends}, ${misc:Depends}, e2fsprogs (>= 1.42.13.wc6) +Depends: ${shlibs:Depends}, ${misc:Depends}, e2fsprogs (>= 1.42.13.wc6), python-yaml Description: Tools for LPCC (Lustre Persisted Client Cache) diff --git a/lipe/debian/control.main b/lipe/debian/control.main index dd32c26..c68288e 100644 --- a/lipe/debian/control.main +++ b/lipe/debian/control.main @@ -12,5 +12,5 @@ Package: lipe-lpcc Section: utils Architecture: all Priority: optional -Depends: ${shlibs:Depends}, ${misc:Depends}, e2fsprogs (>= 1.42.13.wc6) +Depends: ${shlibs:Depends}, ${misc:Depends}, e2fsprogs (>= 1.42.13.wc6), python-yaml Description: Tools for LPCC (Lustre Persisted Client Cache) diff --git a/lipe/lipe.spec.in b/lipe/lipe.spec.in index bc58789..00a6dff 100644 --- a/lipe/lipe.spec.in +++ b/lipe/lipe.spec.in @@ -61,7 +61,7 @@ Pylustre is a python library for managing Lustre file system. %package lpcc Summary: LPCC (Lustre Persisted Client Cache) -Requires: lipe-pylustre = %{version}-%{release} +Requires: lipe-pylustre = %{version}-%{release} python2-pyyaml Provides: lipe-lpcc = %{version}-%{release} Group: Applications/System -- 1.8.3.1