dev-python/flask-htmlmin: Add missing build dep
authorAaron W. Swenson <titanofold@gentoo.org>
Sun, 17 Nov 2019 17:17:31 +0000 (12:17 -0500)
committerAaron W. Swenson <titanofold@gentoo.org>
Sun, 17 Nov 2019 17:17:43 +0000 (12:17 -0500)
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 <titanofold@gentoo.org>
dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild

index 5a6912a24692744a70de446676c23813ae898351..7d47d05704acbd07bf289440a3a996c97aeaf150 100644 (file)
@@ -26,6 +26,7 @@ RDEPEND="
 "
 
 DEPEND="${RDEPEND}
+       dev-python/pytest-runner[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
 "