Skip to content

Commit

Permalink
pcap: Make yappcap optional
Browse files Browse the repository at this point in the history
Move starpy into requirements.txt and make extras.txt optional.

This makes yappcap optional.  As individual tests check for it anyway, it's
failure should not force the test suite venv install to fail.

The pjsip rls tests had a python lib dependency on yappcap that wasn't really
required.  Resolved by splitting pcap.py into pcap_proxy.py where the latter
has no yappcap dependency.

Fixes: #70
  • Loading branch information
mbradeen committed Oct 24, 2024
1 parent 0bd3549 commit 4cb8736
Show file tree
Hide file tree
Showing 7 changed files with 814 additions and 780 deletions.
1 change: 0 additions & 1 deletion extras.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
https://github.com/asterisk/starpy/archive/refs/heads/1.1.zip
https://github.com/asterisk/yappcap/archive/refs/tags/v0.0.3-py3.zip
Loading

0 comments on commit 4cb8736

Please sign in to comment.