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 9D33D138330 for ; Wed, 5 Oct 2016 04:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5D8BE0A9D; Wed, 5 Oct 2016 04:00:25 +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 B980CE0A9D for ; Wed, 5 Oct 2016 04:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0ED493410BB for ; Wed, 5 Oct 2016 04:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EC68244E for ; Wed, 5 Oct 2016 04:00:22 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1475639991.ff97fe96a320ac874e1611c95d134ab12b743b21.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pecan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pecan/pecan-1.1.2.ebuild X-VCS-Directories: dev-python/pecan/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: ff97fe96a320ac874e1611c95d134ab12b743b21 X-VCS-Branch: master Date: Wed, 5 Oct 2016 04:00:22 +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: 8d8f46b3-67c3-481c-900c-cee6e0e774c7 X-Archives-Hash: 043454d9651ced9d59e5d5cd05be6f2c commit: ff97fe96a320ac874e1611c95d134ab12b743b21 Author: Matthew Thode gentoo org> AuthorDate: Wed Oct 5 03:59:51 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Oct 5 03:59:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff97fe96 dev-python/pecan: fixing deps Package-Manager: portage-2.3.0 dev-python/pecan/pecan-1.1.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pecan/pecan-1.1.2.ebuild b/dev-python/pecan/pecan-1.1.2.ebuild index 6984c34..121095c 100644 --- a/dev-python/pecan/pecan-1.1.2.ebuild +++ b/dev-python/pecan/pecan-1.1.2.ebuild @@ -18,6 +18,9 @@ IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" + >=dev-python/simplejson-2.1.1[${PYTHON_USEDEP}] + virtual/python-singledispatch[${PYTHON_USEDEP}] + dev-python/ordereddict[$(python_gen_usedep 'python2_7')] >=dev-python/webob-1.4[${PYTHON_USEDEP}] >=dev-python/mako-0.4.0[${PYTHON_USEDEP}] >=dev-python/webtest-1.3.1[${PYTHON_USEDEP}]