diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-11-05 18:28:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-11-05 18:28:51 +0000 |
commit | 39480e160577978bc46ec1d9dbbe2449ec4db0e6 (patch) | |
tree | d46829edb69ba2999da9a1b22a2422c53401efc3 | |
parent | Removing uuid-dev build-dependency, not needed anymore. (diff) | |
download | nvme-cli-39480e160577978bc46ec1d9dbbe2449ec4db0e6.tar.xz nvme-cli-39480e160577978bc46ec1d9dbbe2449ec4db0e6.zip |
Updating libnvme-dev build-depends for 1.2.
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 6f23b00..a0d33f6 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.2), libssl-dev, meson, mypy <!nocheck>, |