diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 10:47:56 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 16:39:48 +0200 |
commit | 76c637cafeeb86ce5abb8c8029b1f49d04d4d892 (patch) | |
tree | 62a44e60f53c6f3fb3e59ae14ba1ddaa61520e5a /debian | |
parent | 3fc125b20b3c77764c00907527a21173a89060e2 (diff) |
d/control: add build dep to python-sphinx-rtd-theme
Avoids the following issue in sid:
Theme error:
sphinx_rtd_theme is no longer a hard dependency since version 1.4.0.
Please install it manually.(pip install sphinx_rtd_theme)
/<<PKGBUILDDIR>>/mk/rte.sdkdoc.mk:110: recipe for target 'guides-html'
failed
make[2]: *** [guides-html] Error 1
/<<PKGBUILDDIR>>/mk/rte.sdkroot.mk:107: recipe for target
'doc-guides-html' failed
make[1]: *** [doc-guides-html] Error 2
make[1]: *** Waiting for unfinished jobs...
Change-Id: Ia5662a7112b9fbf63a40db5ba7527c156b6536b8
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3ce43d2f..57c7c911 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9), libxenstore3.0, python, python-sphinx, + python-sphinx-rtd-theme, texlive-fonts-recommended, texlive-latex-extra Standards-Version: 3.9.8 |