Whamcloud - gitweb
EX-5131 build: Add python-*yaml deps for lipe-lpcc
authorGaurang Tapase <gtapase@ddn.com>
Thu, 21 Apr 2022 09:47:03 +0000 (15:17 +0530)
committerJohn L. Hammond <jhammond@whamcloud.com>
Fri, 22 Apr 2022 14:58:40 +0000 (14:58 +0000)
Test-Parameters: trivial

Change-Id: Idd05bd3ae4c12b82392d0b7f2dff826e1954773c
Signed-off-by: Gaurang Tapase <gtapase@ddn.com>
Reviewed-on: https://review.whamcloud.com/47106
Reviewed-by: Raphael Druon <rdruon@ddn.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Feng, Lei <flei@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
lipe/debian/control
lipe/debian/control.main
lipe/lipe.spec.in

index dd32c26..c68288e 100644 (file)
@@ -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)
index dd32c26..c68288e 100644 (file)
@@ -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)
index bc58789..00a6dff 100644 (file)
@@ -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