mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/cmd2: fix bug 629472
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user