Skip to content

Commit efcf94c

Browse files
committed
Fix package name
1 parent a53c4d0 commit efcf94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex -o pipefail
44

55
pip install -U pip setuptools wheel
6-
sudo apt-get install libnetfilterqueue-dev
6+
sudo apt-get install libnetfilter-queue-dev
77
python setup.py sdist --formats=zip
88
pip install dist/*.zip
99
pip install -r test-requirements.txt

0 commit comments

Comments
 (0)