dev-python/defusedxml: Drop unncessary 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:00:09 +02:00
parent 7ccea5c1a9
commit 05882692d7

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"
@@ -18,7 +19,7 @@ LICENSE="PSF-2"
SLOT="0"
python_test() {
esetup.py test || die "Tests failed under ${EPYTHON}"
esetup.py test
}
python_install_all() {