From: Aaron W. Swenson Date: Sun, 17 Nov 2019 17:17:31 +0000 (-0500) Subject: dev-python/flask-htmlmin: Add missing build dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bd0d59f7d89aa846030db3d9c381e0d5d038edc0;p=gentoo.git dev-python/flask-htmlmin: Add missing build dep dev-python/pytest-runner needed for setup. Closes: https://bugs.gentoo.org/697996 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson --- diff --git a/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild index 5a6912a24692..7d47d05704ac 100644 --- a/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild +++ b/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild @@ -26,6 +26,7 @@ RDEPEND=" " DEPEND="${RDEPEND} + dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] "