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 29FB5158CB7 for ; Fri, 20 Aug 2021 16:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3B3CE0882; Fri, 20 Aug 2021 16:21:21 +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 BE92BE0882 for ; Fri, 20 Aug 2021 16:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A07CD335DA2 for ; Fri, 20 Aug 2021 16:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC9EE86D for ; Fri, 20 Aug 2021 16:21:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629476396.e15ff290c141eb72db2d2db6a06bdf1824eaef97.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyspf/pyspf-2.0.14.ebuild X-VCS-Directories: dev-python/pyspf/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e15ff290c141eb72db2d2db6a06bdf1824eaef97 X-VCS-Branch: master Date: Fri, 20 Aug 2021 16:21:18 +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: cc8d7583-8239-4fe1-b9f6-d4239a1c19a4 X-Archives-Hash: 949dc2fe44b3fa1459b813ffbc4104de commit: e15ff290c141eb72db2d2db6a06bdf1824eaef97 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 20 16:16:38 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 20 16:19:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15ff290 dev-python/pyspf: remove dep on dev-python/pydns Bug: https://bugs.gentoo.org/809239 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pyspf/pyspf-2.0.14.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/pyspf/pyspf-2.0.14.ebuild b/dev-python/pyspf/pyspf-2.0.14.ebuild index b7470fbfeee..d48523dac80 100644 --- a/dev-python/pyspf/pyspf-2.0.14.ebuild +++ b/dev-python/pyspf/pyspf-2.0.14.ebuild @@ -22,10 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-python/authres[${PYTHON_USEDEP}] - || ( - dev-python/dnspython[${PYTHON_USEDEP}] - dev-python/pydns:3[${PYTHON_USEDEP}] - ) + dev-python/dnspython[${PYTHON_USEDEP}] " BDEPEND="