From: Artem Bityutskiy Date: Thu, 4 Jul 2013 04:49:48 +0000 (+0300) Subject: bmap-tools.spec: improve commentaries about Centos6 and argparse X-Git-Tag: v2.5~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edc233cda1c634b92488c28bcdbc4f61ee71fde9;p=tools%2Fbmap-tools.git bmap-tools.spec: improve commentaries about Centos6 and argparse The previous comment was a bit confusing. Change-Id: Iab06d0d486bf3d6a0e7f4bb6df7c991251be579c Signed-off-by: Artem Bityutskiy --- diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index a4c7368..d0a667d 100644 --- 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