dev-python/elasticsearch-py: fix repoman warnings

Package-Manager: portage-2.2.23
This commit is contained in:
Zero_Chaos
2015-10-26 13:42:56 -04:00
parent 59e6018382
commit a4ef58f6bd

View File

@@ -37,8 +37,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
python_prepare_all() {
# rename manpage to elasticsearch-py
sed -i "s@('index', 'elasticsearch'@('index', 'elasticsearch-py'@g" docs/conf.py
sed -i "s@('index', 'elasticsearch'@('index', 'elasticsearch-py'@g" docs/conf.py
distutils-r1_python_prepare_all
}