From: Sébastien Fabbro Date: Wed, 24 Feb 2016 23:09:31 +0000 (+0000) Subject: dev-python/astropy: add missing dependencies for documentation building X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ddce0e47c970b3647fc92b97d66f0fbc0a105a1a;p=gentoo.git dev-python/astropy: add missing dependencies for documentation building Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575222 Package-Manager: portage-2.2.27 --- diff --git a/dev-python/astropy/astropy-1.1.1.ebuild b/dev-python/astropy/astropy-1.1.1.ebuild index 656fb4aaa6a9..a006013a162c 100644 --- a/dev-python/astropy/astropy-1.1.1.ebuild +++ b/dev-python/astropy/astropy-1.1.1.ebuild @@ -35,7 +35,11 @@ DEPEND="${RDEPEND} doc? ( $(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_USEDEP}]' python2_7) $(python_gen_cond_dep 'dev-python/sphinx[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep 'dev-libs/libxml2[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep 'dev-python/h5py[${PYTHON_USEDEP}]' python2_7) media-gfx/graphviz + $(python_gen_cond_dep 'sci-libs/scipy[${PYTHON_USEDEP}]'python2_7) ) test? ( dev-libs/libxml2[${PYTHON_USEDEP}]