From 414fad074eb457efb3766d07aa6b5b5aca746337 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 19 Jun 2018 00:52:38 +0200 Subject: [PATCH] dev-python/pygal: link to an upstream issue re. pytest-runner Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-python/pygal/pygal-2.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pygal/pygal-2.4.0.ebuild b/dev-python/pygal/pygal-2.4.0.ebuild index 2a15528e4bb6d..cb453601e9133 100644 --- a/dev-python/pygal/pygal-2.4.0.ebuild +++ b/dev-python/pygal/pygal-2.4.0.ebuild @@ -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 }