dev-python/websocket-client: 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:14:51 +02:00
parent 237bfc6514
commit 91f71e4368
4 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1 vcs-snapshot
@@ -23,7 +24,7 @@ RDEPEND="
"
python_test() {
esetup.py test || die "Tests failed under ${EPYTHON}"
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
@@ -25,7 +26,7 @@ RDEPEND="
"
python_test() {
esetup.py test || die "Tests failed under ${EPYTHON}"
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
@@ -25,7 +26,7 @@ RDEPEND="
"
python_test() {
esetup.py test || die "Tests failed under ${EPYTHON}"
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
@@ -25,7 +26,7 @@ RDEPEND="
"
python_test() {
esetup.py test || die "Tests failed under ${EPYTHON}"
esetup.py test
}
python_install_all() {