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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91863158009 for ; Tue, 20 Jun 2023 08:50:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99BF8E0841; Tue, 20 Jun 2023 08:50:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 764E8E0841 for ; Tue, 20 Jun 2023 08:50:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88274340F5D for ; Tue, 20 Jun 2023 08:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6689A8B for ; Tue, 20 Jun 2023 08:49:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1687250995.47fe90f7ef910e2b45120f767a5c906a34d2bd41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dns-lexicon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dns-lexicon/dns-lexicon-3.12.0.ebuild X-VCS-Directories: dev-python/dns-lexicon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 47fe90f7ef910e2b45120f767a5c906a34d2bd41 X-VCS-Branch: master Date: Tue, 20 Jun 2023 08:49:59 +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: 18c6b820-10f5-48c4-bd43-6b47974a7cc8 X-Archives-Hash: 6968f6032ebbfc2f962c62c20685c876 commit: 47fe90f7ef910e2b45120f767a5c906a34d2bd41 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 20 08:48:38 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 20 08:49:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fe90f7 dev-python/dns-lexicon: Add missing dev-python/dnspython dep Closes: https://bugs.gentoo.org/908408 Signed-off-by: Michał Górny gentoo.org> dev-python/dns-lexicon/dns-lexicon-3.12.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/dns-lexicon/dns-lexicon-3.12.0.ebuild b/dev-python/dns-lexicon/dns-lexicon-3.12.0.ebuild index 4bbd2608a19f..6b0f70cd0410 100644 --- a/dev-python/dns-lexicon/dns-lexicon-3.12.0.ebuild +++ b/dev-python/dns-lexicon/dns-lexicon-3.12.0.ebuild @@ -34,6 +34,7 @@ RDEPEND=" BDEPEND=" test? ( >=dev-python/boto3-1.25[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] dev-python/zeep[${PYTHON_USEDEP}] dev-python/vcrpy[${PYTHON_USEDEP}] )