From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85F8A139345 for ; Mon, 19 Jul 2021 02:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD314E0B4C; Mon, 19 Jul 2021 02:55:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BF72E0B4C for ; Mon, 19 Jul 2021 02:55:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B34F0342B00 for ; Mon, 19 Jul 2021 02:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFCD07BC for ; Mon, 19 Jul 2021 02:55:03 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1626663274.5aa7f5108e6ecfd81db2aaea4c41cb6601d7a317.ajak@gentoo> Subject: [gentoo-commits] proj/security:ajak-cvetool commit in: / X-VCS-Repository: proj/security X-VCS-Files: setup.cfg X-VCS-Directories: / X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 5aa7f5108e6ecfd81db2aaea4c41cb6601d7a317 X-VCS-Branch: ajak-cvetool Date: Mon, 19 Jul 2021 02:55:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a709fe67-30d1-44ee-98ca-52cdcf43c893 X-Archives-Hash: f5f98b41e678b4b2e0c6188b24d6e751 commit: 5aa7f5108e6ecfd81db2aaea4c41cb6601d7a317 Author: John Helmert III gentoo org> AuthorDate: Thu Jul 8 01:17:44 2021 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon Jul 19 02:54:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=5aa7f510 dependencies: bugzilla -> python-bugzilla Signed-off-by: John Helmert III gentoo.org> setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 67f1c4f..ecb7514 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,9 +6,9 @@ version = 0.0.0 packages = bin install_requires = beautifulsoup4 - bugzilla bracex pkgcore + python-bugzilla requests urllib3