summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-29 04:40:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-29 04:41:28 +0000
commitcd69f9cc3395b4b6b604d1352b6d45a657adcdc7 (patch)
treed5be0ba9d612cf125254db0f73bd35fe01335c1d
parentRemoving unneeded build-depends. (diff)
downloadnvme-cli-cd69f9cc3395b4b6b604d1352b6d45a657adcdc7.tar.xz
nvme-cli-cd69f9cc3395b4b6b604d1352b6d45a657adcdc7.zip
Adding pci.ids to recommends as it's used by some of the plugins.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 75a3dbf..28e18a0 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,8 @@ Depends:
uuid-runtime,
${misc:Depends},
${shlibs:Depends},
+Recommends:
+ pci.ids,
Description: NVMe management tool
NVM Express (NVMe) is a interface specification for accessing non-volatile
storage media, typically modern solid state drives (SSDs) through PCI Express