Skip to content

Commit

Permalink
Requirements: Update scapy to version 2.4.5
Browse files Browse the repository at this point in the history
This fixes a bug with scapy and the ctypes update of python>=3.9.1.
Instead of requiring `liblibc.a` scapy uses the correct `libc.a` library.

https://bugs.python.org/issue42580
  • Loading branch information
pepper-jk committed Jul 21, 2022
1 parent dc6d1f5 commit c84fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pyparsing>=2.2.0
python-dateutil>=2.7.2
pytz>=2018.4
pyxdg>=0.26
scapy==2.4.2
scapy>=2.4.5
scipy>=1.1.0
six>=1.11.0

0 comments on commit c84fa4a

Please sign in to comment.