dev-python/wtforms: Drop unnecessary die

Drop old

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-11 09:15:52 +02:00
parent 91f71e4368
commit 6604113ecc
4 changed files with 8 additions and 47 deletions

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
@@ -21,7 +22,8 @@ IUSE="doc"
S="${WORKDIR}/${MY_P}"
DEPEND="app-arch/unzip
DEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )"
RDEPEND=""
@@ -31,7 +33,7 @@ python_compile_all() {
}
python_test() {
esetup.py test || die "Tests failed for ${EPYTHON}"
esetup.py test
}
python_install_all() {