app-text/ford: add PYTHON_USEDEP for RDEPEND dependencies

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-04-13 19:00:45 +03:00
parent 1e5e9d5120
commit eed01a6a83
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,11 +26,11 @@ RDEPEND="
>=dev-python/markdown-include-0.8.1[${PYTHON_USEDEP}]
>=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
dev-python/python-markdown-math[${PYTHON_USEDEP}]
>=dev-python/rich-12.0.0
>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
>=dev-python/toposort-1.7[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
>=dev-util/pcpp-1.30
test? ( dev-python/tomli-w )
>=dev-util/pcpp-1.30[${PYTHON_USEDEP}]
test? ( dev-python/tomli-w[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}"

View File

@@ -26,11 +26,11 @@ RDEPEND="
>=dev-python/markdown-include-0.8.1[${PYTHON_USEDEP}]
>=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
dev-python/python-markdown-math[${PYTHON_USEDEP}]
>=dev-python/rich-12.0.0
>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
>=dev-python/toposort-1.7[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
>=dev-util/pcpp-1.30
test? ( dev-python/tomli-w )
>=dev-util/pcpp-1.30[${PYTHON_USEDEP}]
test? ( dev-python/tomli-w[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}"