dev-python/json-rpc: add missing die.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Patrice Clement
2018-08-23 18:02:49 +02:00
parent 6cf62769a3
commit 330875eb46

View File

@@ -28,7 +28,7 @@ DEPEND="
)"
python_prepare_all() {
cat > jsonrpc/six.py <<- EOF
cat > jsonrpc/six.py <<- EOF || die
from __future__ import absolute_import
from six import *
EOF
@@ -36,5 +36,5 @@ python_prepare_all() {
}
python_test() {
esetup.py test
esetup.py test || die
}