diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-14 15:47:10 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-14 15:47:54 +0200 |
commit | 82e30f2c0b72cbec1ef42d4cdda5f61476c4c917 (patch) | |
tree | 2c1931add9d7d64fe6b8b3abdc87f78df8f6374c /dev-python/sphinx_rtd_theme | |
parent | dev-python/sphinx_rtd_theme: Drop old (diff) | |
download | gentoo-82e30f2c0b72cbec1ef42d4cdda5f61476c4c917.tar.gz gentoo-82e30f2c0b72cbec1ef42d4cdda5f61476c4c917.tar.bz2 gentoo-82e30f2c0b72cbec1ef42d4cdda5f61476c4c917.zip |
dev-python/sphinx_rtd_theme: Drop dev-python/sphinx from *DEPEND
this package provides a theme. So no need to depend on sphinx at all. Packages
including sphinx should depend on the theme.
Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=561776
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r-- | dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild index 31bfaa6e3ad4..a4080a486060 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild @@ -17,7 +17,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}]" - -# dev-python/sphinx previously set in PDEPEND which broke some doc builds. +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |