Skip to content
Snippets Groups Projects
Commit e6b9ae4b authored by Jay Freyensee's avatar Jay Freyensee Committed by Christoph Hellwig
Browse files

nvmetcli: add python-six to rpm package building


From experience, if python-six isn't installed on a Fedora
system, hard-to-decipher errors can occur trying to use
nvmetcli.

Signed-off-by: default avatarJay Freyensee <james.p.freyensee@intel.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent a21ebd54
No related branches found
No related tags found
No related merge requests found
......@@ -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 python-kmod python-six
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment