diff options
Diffstat (limited to 'dev-python/pyshark')
-rw-r--r-- | dev-python/pyshark/pyshark-0.3.7.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyshark/pyshark-0.3.7.2.ebuild b/dev-python/pyshark/pyshark-0.3.7.2.ebuild index 66b7f24e91b0..4d11881ab65e 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 } |