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 15E73138334 for ; Tue, 30 Jul 2019 06:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4525FE0866; Tue, 30 Jul 2019 06:00:25 +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 22AA8E0863 for ; Tue, 30 Jul 2019 06:00:25 +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 E9A1E348FBE for ; Tue, 30 Jul 2019 06:00:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B97BB740 for ; Tue, 30 Jul 2019 06:00:12 +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: <1564465184.f0f84cd31436b25dc05aae6bcb127555379e2098.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-etcd/python-etcd-0.4.5.ebuild X-VCS-Directories: dev-python/python-etcd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f0f84cd31436b25dc05aae6bcb127555379e2098 X-VCS-Branch: master Date: Tue, 30 Jul 2019 06:00:12 +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: d5bebe50-ca23-4088-b264-178986cb5c34 X-Archives-Hash: c5a486368840113d100432eb0599655f commit: f0f84cd31436b25dc05aae6bcb127555379e2098 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 30 05:39:44 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 30 05:39:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f84cd3 dev-python/python-etcd: Retire virtual/python-dnspython Signed-off-by: Michał Górny gentoo.org> dev-python/python-etcd/python-etcd-0.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-etcd/python-etcd-0.4.5.ebuild b/dev-python/python-etcd/python-etcd-0.4.5.ebuild index 89942971811..31aa61ab47f 100644 --- a/dev-python/python-etcd/python-etcd-0.4.5.ebuild +++ b/dev-python/python-etcd/python-etcd-0.4.5.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND=">=virtual/python-dnspython-2[${PYTHON_USEDEP}] +RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}] >=dev-python/urllib3-1.7.1[${PYTHON_USEDEP}]"