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 77FB9139694 for ; Sun, 7 May 2017 00:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C51DEE0DA2; Sun, 7 May 2017 00:03:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5736E0DA2 for ; Sun, 7 May 2017 00:03:18 +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 7F23233BEAE for ; Sun, 7 May 2017 00:03:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC32744B for ; Sun, 7 May 2017 00:03:15 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1494115391.effb413614e9cffb2b8eada344a01a5823a00c6c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asn1crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asn1crypto/asn1crypto-0.22.0.ebuild X-VCS-Directories: dev-python/asn1crypto/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: effb413614e9cffb2b8eada344a01a5823a00c6c X-VCS-Branch: master Date: Sun, 7 May 2017 00:03:15 +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-Archives-Salt: 6cb3d47a-68ef-41bf-b8bc-41e39bfb8ec2 X-Archives-Hash: af2707f56b20783a70837806ea015145 commit: effb413614e9cffb2b8eada344a01a5823a00c6c Author: Lars Wendler gentoo org> AuthorDate: Sat May 6 23:51:58 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun May 7 00:03:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effb4136 dev-python/asn1crypto: Added setuptools to DEPEND. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/asn1crypto/asn1crypto-0.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild b/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild index 19829beb434..da72585ccb9 100644 --- a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild +++ b/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild @@ -18,4 +18,4 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~x86" IUSE="test" RDEPEND="" -DEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"