dev-ruby/rbst: Fix missing PYTHON_USEDEP on docutils

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-20 15:10:10 +02:00
parent 7aa62ea548
commit bd208766cd

View File

@@ -24,7 +24,9 @@ IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
dev-python/docutils
$(python_gen_cond_dep '
dev-python/docutils[${PYTHON_USEDEP}]
')
${PYTHON_DEPS}
"
DEPEND="