diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-09 19:18:53 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-10 10:41:31 +0700 |
commit | 36eed7e6d345d2b2196a3e98c6e17681340697d7 (patch) | |
tree | d02eb1a4113efa57e49aa93789234ae5d8f23cfd /system/routersploit | |
parent | 5fb4543abf0d41537c6a53d2184a63029c9088f8 (diff) |
system/routersploit: Add python2-BeautifulSoup4 DEP
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/routersploit')
-rw-r--r-- | system/routersploit/routersploit.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/routersploit/routersploit.info b/system/routersploit/routersploit.info index 4e246c768eeee..8bf4a639049f4 100644 --- a/system/routersploit/routersploit.info +++ b/system/routersploit/routersploit.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/reverse-shell/routersploit/archive/v2.2.1/routerspl MD5SUM="62143935b564edbdd1703f6caa531296" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-paramiko BeautifulSoup4 pysnmp" +REQUIRES="python2-paramiko BeautifulSoup4 python2-BeautifulSoup4 pysnmp" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" |