dev-python/unidecode: Drop unnecessary die

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:12:15 +02:00
parent c51cd05c06
commit 237bfc6514
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
MY_PN=Unidecode
@@ -23,5 +24,5 @@ S=${WORKDIR}/${MY_P}
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
esetup.py test || die "Tests failed under ${EPYTHON}"
esetup.py test
}