Skip to content

Commit de0cbb8

Browse files
Added scapy to required modules (#200)
Added scapy, Cryptodome and tinye to required modules in check script. Also fixed typo in README.md
1 parent 7e14e0f commit de0cbb8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ That can be done using `ssh-copy-id`. Root access is required on all hosts.
104104
Requirements can be checked with `check_deps/check_dependencies.sh`. It should
105105
be ran from `check_deps` directory.
106106

107-
### Notes on installation on Debian 11 with Pythod 2
107+
### Notes on installation on Debian 11 with Python 2
108108
Python 2 is present in Debian 11 but is not enabled by default. Also some required packages
109109
had gone and should be installed with `pip`.
110110

check_deps/check_python_dependencies.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
import imp
99

1010
modules = ['unittest',
11+
'scapy',
12+
'Cryptodome',
13+
'tinyec',
1114
'subprocess',
1215
'resource',
1316
'getopt',

0 commit comments

Comments
 (0)