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 4BA27138334 for ; Tue, 30 Jul 2019 06:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 612A5E086E; Tue, 30 Jul 2019 06:00:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3A557E086B for ; Tue, 30 Jul 2019 06:00:26 +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 E4B1A348FCF for ; Tue, 30 Jul 2019 06:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2612374B for ; Tue, 30 Jul 2019 06:00:13 +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: <1564465193.ec4812a28a7dce690009c092cf1fa735ec2716d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/err/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/err/err-5.2.0.ebuild X-VCS-Directories: net-im/err/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec4812a28a7dce690009c092cf1fa735ec2716d2 X-VCS-Branch: master Date: Tue, 30 Jul 2019 06:00:13 +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: c7db9e76-cb40-456c-9ab1-a78ae8de3725 X-Archives-Hash: a00d1967446954e78cbbaa3587a54cd1 commit: ec4812a28a7dce690009c092cf1fa735ec2716d2 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 30 05:39:53 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 30 05:39:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4812a2 net-im/err: Retire virtual/python-dnspython Signed-off-by: Michał Górny gentoo.org> net-im/err/err-5.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/err/err-5.2.0.ebuild b/net-im/err/err-5.2.0.ebuild index 56e859063a4..4a854df6d56 100644 --- a/net-im/err/err-5.2.0.ebuild +++ b/net-im/err/err-5.2.0.ebuild @@ -26,6 +26,7 @@ RDEPEND=" dev-python/colorlog[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/daemonize[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] @@ -33,7 +34,6 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/webtest[${PYTHON_USEDEP}] dev-python/yapsy[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] irc? ( dev-python/irc[${PYTHON_USEDEP}] )