dev-python/pyshark: add link to upstream bug report

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
This commit is contained in:
Mike Gilbert
2017-05-02 15:31:09 -04:00
parent 10492c88a0
commit f326ec7216

View File

@@ -37,7 +37,8 @@ DEPEND="
S="${WORKDIR}/${P}/src"
python_prepare_all() {
# Test fails in ebuild env, works standalone.
# Test fails unless portage can execute /usr/bin/dumpcap
# https://github.com/KimiNewt/pyshark/issues/197
rm "${WORKDIR}/${P}/tests/capture/test_inmem_capture.py" || die
distutils-r1_python_prepare_all
}