[PATCH v1 2/2] nvmetcli: add python-six to rpm package building
Jay Freyensee
james_p_freyensee at linux.intel.com
Tue Nov 29 15:11:00 PST 2016
>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: Jay Freyensee <james_p_freyensee at linux.intel.com>
---
rpm/nvmetcli.spec.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rpm/nvmetcli.spec.tmpl b/rpm/nvmetcli.spec.tmpl
index 03667d7..1ffdbe6 100644
--- a/rpm/nvmetcli.spec.tmpl
+++ b/rpm/nvmetcli.spec.tmpl
@@ -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
--
2.7.4
More information about the Linux-nvme
mailing list