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: Mon, 19 Jul 2021 02:55:08
Message-Id: 1626663274.5aa7f5108e6ecfd81db2aaea4c41cb6601d7a317.ajak@gentoo
1 commit: 5aa7f5108e6ecfd81db2aaea4c41cb6601d7a317
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 01:17:44 2021 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 19 02:54:34 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=5aa7f510
7
8 dependencies: bugzilla -> python-bugzilla
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 setup.cfg | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/setup.cfg b/setup.cfg
16 index 67f1c4f..ecb7514 100644
17 --- a/setup.cfg
18 +++ b/setup.cfg
19 @@ -6,9 +6,9 @@ version = 0.0.0
20 packages = bin
21 install_requires =
22 beautifulsoup4
23 - bugzilla
24 bracex
25 pkgcore
26 + python-bugzilla
27 requests
28 urllib3