diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-05-02 15:31:09 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-05-02 15:31:30 -0400 |
commit | f326ec72161256201ee39ef7a747cd15d00319e8 (patch) | |
tree | 8fcc335f74811afde3ad2fdc126fe1f793a67cc1 /dev-python/pyshark | |
parent | dev-python/redis-py: Clean old versions up (diff) | |
download | gentoo-f326ec72161256201ee39ef7a747cd15d00319e8.tar.gz gentoo-f326ec72161256201ee39ef7a747cd15d00319e8.tar.bz2 gentoo-f326ec72161256201ee39ef7a747cd15d00319e8.zip |
dev-python/pyshark: add link to upstream bug report
Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
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 } |