commit: d5469c3696d949413da1798e8dbb99a2c015a148
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 7 01:05:28 2021 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 01:06:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=d5469c36
Install glsatool
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
setup.cfg | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index e5bf5dd..67f1c4f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,8 @@ version = 0.0.0
[options]
packages = bin
install_requires =
+ beautifulsoup4
+ bugzilla
bracex
pkgcore
requests
@@ -12,4 +14,5 @@ install_requires =
[options.entry_points]
console_scripts =
- cvetool = bin.CVETool:cvetool
\ No newline at end of file
+ cvetool = bin.CVETool:cvetool
+ glsatool = bin.GLSATool:glsatool
\ No newline at end of file