aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-07-06 20:05:28 -0500
committerJohn Helmert III <ajak@gentoo.org>2021-07-06 20:06:22 -0500
commitd5469c3696d949413da1798e8dbb99a2c015a148 (patch)
tree8609358d22c0f5986d8098c373104af2ae7dd43f
parentglsatool: reorganize into module and script (like cvetool) (diff)
downloadsecurity-d5469c3696d949413da1798e8dbb99a2c015a148.tar.gz
security-d5469c3696d949413da1798e8dbb99a2c015a148.tar.bz2
security-d5469c3696d949413da1798e8dbb99a2c015a148.zip
Install glsatool
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
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