summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-01-10 19:26:50 -0800
committerZac Medico <zmedico@gentoo.org>2018-01-10 19:27:19 -0800
commit0fa7925a87b4bda933fdca2b0de94e0da05d7b05 (patch)
tree1008093dcf6fab7e1fe1c79dcae0dcbeacd4f75c
parentapp-text/noweb: Fixed SRC_URI and HOMEPAGE (diff)
downloadgentoo-0fa7925a.tar.gz
gentoo-0fa7925a.tar.bz2
gentoo-0fa7925a.zip
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
-rw-r--r--dev-python/cherrypy/cherrypy-13.1.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild b/dev-python/cherrypy/cherrypy-13.1.0.ebuild
index 02dfe13cae17..984e178f7b05 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}"