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 <titanofold@gentoo.org>
This commit is contained in:
Aaron W. Swenson
2019-11-17 12:17:31 -05:00
parent 80b553ca46
commit bd0d59f7d8

View File

@@ -26,6 +26,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"