dev-python/stormpath: 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:08:48 +02:00
parent e2fd080855
commit 9f44650e08
3 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1 vcs-snapshot
@@ -49,7 +50,7 @@ python_compile_all() {
}
python_test() {
esetup.py test || die "tests failed under ${EPYTYHON}"
esetup.py test
}
python_install_all() {

View File

@@ -39,7 +39,7 @@ python_compile_all() {
}
python_test() {
esetup.py test || die "tests failed under ${EPYTYHON}"
esetup.py test
}
python_install_all() {

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1 vcs-snapshot
@@ -40,7 +41,7 @@ python_compile_all() {
}
python_test() {
esetup.py test || die "tests failed under ${EPYTYHON}"
esetup.py test
}
python_install_all() {