From fcb3b4739b88b9ec549eacdbb00f816d38a8cfcf Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 21 Nov 2016 11:15:48 -0700 Subject: [PATCH] Add BR on shared-mime-info --- pyxdg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyxdg.spec b/pyxdg.spec index ccfa770..58c3e3f 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -13,6 +13,9 @@ Patch0: pyxdg-0.25-find-first-mimetype-match.patch # https://bugs.freedesktop.org/show_bug.cgi?id=73878 Patch1: pyxdg-0.25-CVE-2014-1624.patch BuildArch: noarch +# These are needed for the nose tests. +BuildRequires: hicolor-icon-theme +BuildRequires: shared-mime-info %description PyXDG is a python library to access freedesktop.org standards @@ -22,7 +25,7 @@ Summary: Python2 library to access freedesktop.org standards Group: Development/Libraries BuildRequires: python2-devel # These are needed for the nose tests. -BuildRequires: python-nose, hicolor-icon-theme +BuildRequires: python-nose %{?python_provide:%python_provide python2-pyxdg} Provides: pyxdg = %{version}-%{release} Obsoletes: pyxdg < 0.25-10