dev-python/cmd2: fix bug 629472

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Matthew Thode
2017-08-31 12:20:08 -05:00
parent 755ada1e77
commit 8c42c0d5fb

View File

@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
python_prepare_all() {
# Disable failing test
[[ ${PV} == 0.7.0 ]] || die "Please remove the sed from python_prepare_all"
[[ ${PV} == 0.7.5 ]] || die "Please remove the sed from python_prepare_all"
sed -i -e 's:test_input_redirection:_&:' tests/test_cmd2.py || die
distutils-r1_python_prepare_all
}