From f326ec72161256201ee39ef7a747cd15d00319e8 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 2 May 2017 15:31:09 -0400 Subject: [PATCH] dev-python/pyshark: add link to upstream bug report Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61 --- dev-python/pyshark/pyshark-0.3.7.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pyshark/pyshark-0.3.7.2.ebuild b/dev-python/pyshark/pyshark-0.3.7.2.ebuild index 66b7f24e91b06..4d11881ab65e7 100644 --- a/dev-python/pyshark/pyshark-0.3.7.2.ebuild +++ b/dev-python/pyshark/pyshark-0.3.7.2.ebuild @@ -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 }