From b7e69fe17401ade2da214627821ecae1b4fba7b8024a81427ee8c365256b93f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Gm=C3=BCr?= Date: Thu, 19 Apr 2012 10:39:26 +0000 Subject: [PATCH] - add Chameleon as BuildRequires to build the docs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=6 --- python-Chameleon.changes | 5 +++++ python-Chameleon.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-Chameleon.changes b/python-Chameleon.changes index 702b513..d5bb0e1 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 19 10:38:41 UTC 2012 - suse@ammler.ch + +- add Chameleon as BuildRequires to build the docs + ------------------------------------------------------------------- Mon Apr 16 10:32:33 UTC 2012 - suse@ammler.ch diff --git a/python-Chameleon.spec b/python-Chameleon.spec index 2ac0759..17d617e 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -27,6 +27,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-Sphinx BuildRequires: python-distribute +# Chameleon is needed to build the docs +BuildRequires: python-Chameleon # seems like Camelon needs pkg_resources on runtime # it invalidates its template cache based on your combined package versions Requires: python-distribute