dev-python/oslo*: fixing seds and prepare statements

This commit is contained in:
Matthew Thode
2015-09-01 10:35:40 -05:00
parent 96c8b51427
commit c209fcd3e3
3 changed files with 9 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ RDEPEND="
"
python_prepare() {
sed -i '/^hacking/d' test-requirements.txt
sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare
}