From: Artem Bityutskiy Date: Mon, 12 Aug 2013 15:01:53 +0000 (+0300) Subject: packaging: add pyliblzma for Fedora dependencies X-Git-Tag: v2.6~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8336c0cee82db708462b2f9ec104359baf74ad76;p=tools%2Fbmap-tools.git packaging: add pyliblzma for Fedora dependencies Change-Id: I3fb1515c0ada923bc27a470979077f9c4e450f86 Signed-off-by: Artem Bityutskiy --- diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index 40c58e4..94e851e 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -28,6 +28,8 @@ Requires: python-xml # In Fedora the xml.etree module is provided by the python-libs package %if 0%{?fedora_version} Requires: python-libs +# Fedora has the pyliblzma which we use for decompressing .xz files +Requires: pyliblzma %endif # Centos6 uses python 2.6, which does not have the argparse module. However,