commit: 6a85df91d15b2a094ac027741e9fa5be271d6c36 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Jan 26 16:29:41 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Jan 26 16:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a85df91
dev-python/packaging: Break circular dep on pyparsing Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572792 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/packaging/packaging-16.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/packaging/packaging-16.0.ebuild b/dev-python/packaging/packaging-16.0.ebuild index 5bbc7fa..aa01c02 100644 --- a/dev-python/packaging/packaging-16.0.ebuild +++ b/dev-python/packaging/packaging-16.0.ebuild @@ -17,13 +17,14 @@ LICENSE="|| ( Apache-2.0 BSD-2 )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" -RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" +RDEPEND="" DEPEND="${RDEPEND} test? ( dev-python/pretend[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ) " +PDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" python_test() { py.test --capture=no --strict -v || die
