From: Matthew Thode Date: Mon, 29 Apr 2019 22:39:28 +0000 (-0500) Subject: app-admin/supernova: add cap on pytest X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6743747b5a3082304adf5bf54a552e5423b79cab;p=gentoo.git app-admin/supernova: add cap on pytest Fixes: https://bugs.gentoo.org/684182 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/app-admin/supernova/supernova-2.2.0.ebuild b/app-admin/supernova/supernova-2.2.0.ebuild index 148043720999..b4c0f23b7752 100644 --- a/app-admin/supernova/supernova-2.2.0.ebuild +++ b/app-admin/supernova/supernova-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND=" ${CDEPEND} doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? (