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 90BF3139085 for ; Sat, 28 Jan 2017 15:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D018A2241AD; Sat, 28 Jan 2017 15:10:49 +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 A86232241AD for ; Sat, 28 Jan 2017 15:10:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AF4234164C for ; Sat, 28 Jan 2017 15:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E602238BB for ; Sat, 28 Jan 2017 15:10:46 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1485616202.8d4c57fa5e15b58f37651f136e24dd8046a34556.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snakeoil/snakeoil-9999.ebuild X-VCS-Directories: dev-python/snakeoil/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8d4c57fa5e15b58f37651f136e24dd8046a34556 X-VCS-Branch: master Date: Sat, 28 Jan 2017 15:10:46 +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: bf02045d-20c9-476d-90ba-1968d57d16e2 X-Archives-Hash: 174cab38130da56d3459648764830425 commit: 8d4c57fa5e15b58f37651f136e24dd8046a34556 Author: Tim Harder gentoo org> AuthorDate: Sat Jan 28 15:08:21 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Jan 28 15:10:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4c57fa dev-python/snakeoil: cython is now required for building py3 extensions dev-python/snakeoil/snakeoil-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index af9cbb0..ac03b96 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' 'python3*') test? ( dev-python/mock[${PYTHON_USEDEP}] )" python_configure_all() {