commit: 9c77e9b56aac1e2dc2268c35cb89de2ed150512f Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Nov 3 20:16:52 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Nov 3 20:19:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c77e9b5
dev-python/pytest-capturelog: block dev-python/pytest-catchlog Bug: https://bugs.gentoo.org/636468 Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81 dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild index fc314eaeead..af1bda9a4af 100644 --- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild +++ b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild @@ -16,10 +16,12 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86" IUSE="test" -RDEPEND="dev-python/py[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +COMMON_DEPEND="dev-python/py[${PYTHON_USEDEP}]" +DEPEND="${COMMON_DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="${COMMON_DEPEND} + !dev-python/pytest-catchlog" # Not included # https://bitbucket.org/memedough/pytest-capturelog/issues/5
