Skip to content

Commit a9faeee

Browse files
committed
Drop python-kmodpy dependency
nvmetcli can call kmod directly, there is no need for a python library to do that. Drop the dependency on python kmod bindings from distribution packages. Signed-off-by: Michal Suchanek <msuchanek@suse.de>
1 parent 979f8e3 commit a9faeee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Standards-Version: 3.9.4
77

88
Package: nvmetcli
99
Architecture: all
10-
Depends: ${misc:Depends}, ${python:Depends}, python-configshell-fb, python-kmodpy
10+
Depends: ${misc:Depends}, ${python:Depends}, python-configshell-fb
1111
Description: Command line interface for the kernel NVMe target
1212
This package contains the command line interface to the NVMe over Fabrics
1313
target in the Linux kernel. It allows configuring the target interactively

rpm/nvmetcli.spec.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source: nvmetcli-%{version}.tar.gz
99
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rpmroot
1010
BuildArch: noarch
1111
BuildRequires: python-devel python-setuptools systemd-units
12-
Requires: python-configshell python-kmod
12+
Requires: python-configshell
1313
Requires(post): systemd
1414
Requires(preun): systemd
1515
Requires(postun): systemd

0 commit comments

Comments
 (0)