dev-python/jsmin: block <setuptools-58 for 2.2.2

Was fixed for 3.0.0

Bug: https://bugs.gentoo.org/813840
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-09 12:12:38 +03:00
parent ccf13402a8
commit ea7905382d

View File

@@ -15,6 +15,8 @@ KEYWORDS="amd64 x86"
LICENSE="MIT"
SLOT="0"
BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"
python_test() {
"${EPYTHON}" -m jsmin.test -v || die "Tests failed with ${EPYTHON}"
}