dev-python/pygal: link to an upstream issue re. pytest-runner

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Louis Sautier
2018-06-19 00:52:38 +02:00
parent 5ace34150b
commit 414fad074e

View File

@@ -39,6 +39,7 @@ DOCS=( docs/changelog.rst README.md )
python_prepare_all() {
sed -i "/sphinx.ext.intersphinx/d" docs/conf.py || die
# Not actually required unless we want to do setup.py test
# https://github.com/Kozea/pygal/issues/430
sed -i "s/'pytest-runner'\(,\)\?//" setup.py || die
distutils-r1_python_prepare_all
}