dev-libs/libei: Restore dev-python/attrs dependency

Closes: https://bugs.gentoo.org/946329
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-12-12 21:46:18 -05:00
parent e7360bf607
commit bfc597caca

View File

@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
$(python_gen_any_dep '
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
')
test? (
@@ -57,6 +58,7 @@ python_check_deps() {
|| return 1
fi
python_has_version \
"dev-python/attrs[${PYTHON_USEDEP}]" \
"dev-python/jinja2[${PYTHON_USEDEP}]" \
|| return 1
}