Skip to content

Commit c84fa4a

Browse files
committed
Requirements: Update scapy to version 2.4.5
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
1 parent dc6d1f5 commit c84fa4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ pyparsing>=2.2.0
1313
python-dateutil>=2.7.2
1414
pytz>=2018.4
1515
pyxdg>=0.26
16-
scapy==2.4.2
16+
scapy>=2.4.5
1717
scipy>=1.1.0
1818
six>=1.11.0

0 commit comments

Comments
 (0)