diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:32:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:32:42 +0000 |
commit | 861fdf82982fdb0f0453b5d48c087e7bc37c81f9 (patch) | |
tree | 6bc4f6e043bc64d905268ebc95704f54600524dd | |
parent | Merging upstream version 2.1.2. (diff) | |
download | nvme-cli-861fdf82982fdb0f0453b5d48c087e7bc37c81f9.tar.xz nvme-cli-861fdf82982fdb0f0453b5d48c087e7bc37c81f9.zip |
Updating libnvme build-depends.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cdd8687..7421e9d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: isort <!nocheck>, libhugetlbfs-dev, libjson-c-dev, - libnvme-dev (>= 1.1~), + libnvme-dev (>= 1.1), libssl-dev, meson, mypy <!nocheck>, |