system/routersploit: Add python2-BeautifulSoup4 DEP

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-03-09 19:18:53 -08:00 committed by Willy Sudiarto Raharjo
parent 5fb4543abf
commit 36eed7e6d3
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -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"