projects
/
tools
/
bmap-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a95ae2
)
bmap-tools.spec: improve commentaries about Centos6 and argparse
author
Artem Bityutskiy
<artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 04:49:48 +0000
(07:49 +0300)
committer
Artem Bityutskiy
<artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 04:49:48 +0000
(07:49 +0300)
The previous comment was a bit confusing.
Change-Id: Iab06d0d486bf3d6a0e7f4bb6df7c991251be579c
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
packaging/bmap-tools.spec
patch
|
blob
|
history
diff --git
a/packaging/bmap-tools.spec
b/packaging/bmap-tools.spec
index a4c7368b6f29deb9bf4a882e111bbb8a9c281e94..d0a667d449202b2a8ca00cef43b0b1fb838b473b 100644
(file)
--- a/
packaging/bmap-tools.spec
+++ b/
packaging/bmap-tools.spec
@@
-24,7
+24,8
@@
Requires: python-xml
Requires: python-libs
%endif
-# We need the argparse module which is not available in Centos6
+# Centos6 uses python 2.6, which does not have the argparse module. However,
+# argparse is available as a separate package there.
%if 0%{?centos_version} == 600
Requires: python-argparse
%endif