Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/security:ajak-cvetool commit in: /
Date: Wed, 07 Jul 2021 01:06:34
Message-Id: 1625619982.d5469c3696d949413da1798e8dbb99a2c015a148.ajak@gentoo
1 commit: d5469c3696d949413da1798e8dbb99a2c015a148
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 7 01:05:28 2021 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 7 01:06:22 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=d5469c36
7
8 Install glsatool
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 setup.cfg | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/setup.cfg b/setup.cfg
16 index e5bf5dd..67f1c4f 100644
17 --- a/setup.cfg
18 +++ b/setup.cfg
19 @@ -5,6 +5,8 @@ version = 0.0.0
20 [options]
21 packages = bin
22 install_requires =
23 + beautifulsoup4
24 + bugzilla
25 bracex
26 pkgcore
27 requests
28 @@ -12,4 +14,5 @@ install_requires =
29
30 [options.entry_points]
31 console_scripts =
32 - cvetool = bin.CVETool:cvetool
33 \ No newline at end of file
34 + cvetool = bin.CVETool:cvetool
35 + glsatool = bin.GLSATool:glsatool
36 \ No newline at end of file