dev-python/python-musicbrainz-ngs: prevent d'loading files with doc flag

This commit is contained in:
Gerion Entrup
2017-10-19 20:02:32 +02:00
committed by Michał Górny
parent b9d5efcb36
commit 105b2982c1

View File

@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
python_prepare_all() {
# Prevent un-needed d'loading
sed -e "s/,^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die
sed -e "s/^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die
distutils-r1_python_prepare_all
}