commit: 92dcead505e50e846a985701a7ca6d9f5ebda338
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 01:10:15 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 01:10:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92dcead5
dev-python/debtcollector: fixing missing dep in doc build for bug 634718
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-python/debtcollector/debtcollector-1.17.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild
b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
index a1bac138b93..11809ad2350 100644
--- a/dev-python/debtcollector/debtcollector-1.17.1.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
@@ -34,6 +34,7 @@ DEPEND="
!~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
)
doc? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
>=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
>=dev-python/reno-1.8.0[${PYTHON_USEDEP}]