From 0fa7925a87b4bda933fdca2b0de94e0da05d7b05 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 10 Jan 2018 19:26:50 -0800 Subject: [PATCH] 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 02dfe13cae178..984e178f7b051 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}"