[pyxdg/f18] fix BR for tests

Tom Callaway spot at fedoraproject.org
Mon Oct 8 16:28:13 UTC 2012


commit cda93b74fe8260171b221b10d5b57b69254ce8da
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Oct 8 12:29:09 2012 -0400

    fix BR for tests

 pyxdg.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pyxdg.spec b/pyxdg.spec
index 9cefb6b..0ad4a53 100644
--- a/pyxdg.spec
+++ b/pyxdg.spec
@@ -14,7 +14,8 @@ URL:            http://freedesktop.org/Software/pyxdg
 Source0:        http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:	python-nose
+# These are needed for the nose tests.
+BuildRequires:	python-nose, hicolor-icon-theme
 BuildRequires:  python2-devel
 %if 0%{?with_python3}
 BuildRequires:  python3-devel


More information about the scm-commits mailing list