From 8336c0cee82db708462b2f9ec104359baf74ad76 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 12 Aug 2013 18:01:53 +0300 Subject: [PATCH] packaging: add pyliblzma for Fedora dependencies Change-Id: I3fb1515c0ada923bc27a470979077f9c4e450f86 Signed-off-by: Artem Bityutskiy --- packaging/bmap-tools.spec | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.7.4