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 42D17138330 for ; Thu, 11 Jan 2018 03:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38CDCE0BFE; Thu, 11 Jan 2018 03:28:06 +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 10BC6E0BFE for ; Thu, 11 Jan 2018 03:28:06 +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 169C1335C42 for ; Thu, 11 Jan 2018 03:28:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67AC8193 for ; Thu, 11 Jan 2018 03:28:03 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1515641239.0fa7925a87b4bda933fdca2b0de94e0da05d7b05.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cherrypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cherrypy/cherrypy-13.1.0.ebuild X-VCS-Directories: dev-python/cherrypy/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0fa7925a87b4bda933fdca2b0de94e0da05d7b05 X-VCS-Branch: master Date: Thu, 11 Jan 2018 03:28:03 +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: 4b79ddab-5179-43b0-a85b-c0afc357cdd2 X-Archives-Hash: 8f5ddf91267ed0260cd67a6a0112a094 commit: 0fa7925a87b4bda933fdca2b0de94e0da05d7b05 Author: Zac Medico gentoo org> AuthorDate: Thu Jan 11 03:26:50 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jan 11 03:27:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa7925a dev-python/cherrypy: add pytest-cov dep (bug 644152) Closes: https://bugs.gentoo.org/644152 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/cherrypy/cherrypy-13.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild b/dev-python/cherrypy/cherrypy-13.1.0.ebuild index 02dfe13cae1..984e178f7b0 100644 --- a/dev-python/cherrypy/cherrypy-13.1.0.ebuild +++ b/dev-python/cherrypy/cherrypy-13.1.0.ebuild @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} dev-python/backports-unittest-mock[${PYTHON_USEDEP}] dev-python/path-py[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}"