diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-06-19 00:52:38 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-06-19 00:52:49 +0200 |
commit | 414fad074eb457efb3766d07aa6b5b5aca746337 (patch) | |
tree | c7bc751503598211d46d153d7bfd9a519d0f7d76 /dev-python | |
parent | dev-python/plyvel: bump to 1.0.4, add PyPy 3 support (diff) | |
download | gentoo-414fad074eb457efb3766d07aa6b5b5aca746337.tar.gz gentoo-414fad074eb457efb3766d07aa6b5b5aca746337.tar.bz2 gentoo-414fad074eb457efb3766d07aa6b5b5aca746337.zip |
dev-python/pygal: link to an upstream issue re. pytest-runner
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pygal/pygal-2.4.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pygal/pygal-2.4.0.ebuild b/dev-python/pygal/pygal-2.4.0.ebuild index 2a15528e4bb6..cb453601e913 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 } |