Skip to content

Commit

Permalink
release: Sync dependencies with newly released libnvme 1.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Belanger <martin.belanger@dell.com>
  • Loading branch information
Martin Belanger committed Oct 29, 2022
1 parent bcf8cfd commit 8d691bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subprojects/libnvme.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/linux-nvme/libnvme.git
revision = 1f7acdbbd37dfb43c797f2e70d5ae7ba1f16cb43
revision = v1.2

[provide]
libnvme = libnvme_dep
3 changes: 1 addition & 2 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#
# Authors: Martin Belanger <Martin.Belanger@dell.com>
#
#libnvme_dep = dependency('python3-libnvme', fallback: ['libnvme', 'libnvme_dep'], version : '>= 1.2', required: false) # Only required to run the tests
libnvme_dep = dependency('python3-libnvme', fallback: ['libnvme', 'libnvme_dep'], required: false) # Only required to run the tests
libnvme_dep = dependency('python3-libnvme', fallback: ['libnvme', 'libnvme_dep'], version : '>= 1.2', required: false) # Only required to run the tests

if libnvme_dep.found()
test_env = environment({'MALLOC_PERTURB_': '0'})
Expand Down

0 comments on commit 8d691bd

Please sign in to comment.