15
0

- 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
This commit is contained in:
Marcel Gmür
2012-04-19 10:39:26 +00:00
committed by Git OBS Bridge
parent 70c7248117
commit b7e69fe174
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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