dev-python/oslo-serialization: fixing sed

Package-Manager: portage-2.2.20.1
This commit is contained in:
Matthew Thode
2015-10-18 15:57:11 -05:00
parent 8abe4493b2
commit 78d6c98954

View File

@@ -53,7 +53,7 @@ RDEPEND="
python_prepare_all() {
use doc && esetup.py build_sphinx
sed -i 's/python/python2\.7/g' tools/config/generate_sample.sh || die
sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare_all
}