diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:15:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:16:15 +0000 |
commit | 06043f4645ba081ef371fd1b6f74cabd3e1999ef (patch) | |
tree | f6aa4e187451d9cb22fb5755bfeebb216ff7f007 | |
parent | Merging upstream version 2.3. (diff) | |
download | nvme-cli-06043f4645ba081ef371fd1b6f74cabd3e1999ef.tar.xz nvme-cli-06043f4645ba081ef371fd1b6f74cabd3e1999ef.zip |
Bumping libnvme build-depends.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6a0d86c..9f08c47 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: flake8 <!nocheck>, isort <!nocheck>, libjson-c-dev, - libnvme-dev (>= 1.2), + libnvme-dev (>= 1.3), libssl-dev, meson, mypy <!nocheck>, |