Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Standards-Version: 3.9.4

Package: nvmetcli
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-configshell-fb, python-kmodpy
Depends: ${misc:Depends}, ${python:Depends}, python-configshell-fb
Description: Command line interface for the kernel NVMe target
This package contains the command line interface to the NVMe over Fabrics
target in the Linux kernel. It allows configuring the target interactively
Expand Down
2 changes: 1 addition & 1 deletion rpm/nvmetcli.spec.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Source: nvmetcli-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rpmroot
BuildArch: noarch
BuildRequires: python-devel python-setuptools systemd-units
Requires: python-configshell python-kmod
Requires: python-configshell
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Expand Down
Loading