mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/json-rpc: add missing die.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user