From 3ea82d5c2673459b23bb4edbc29bfe72c113da0b Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 3 May 2023 20:30:01 +0500 Subject: [PATCH] dev-python/psautohint: add missing test dep Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/psautohint/psautohint-2.4.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/psautohint/psautohint-2.4.0-r1.ebuild b/dev-python/psautohint/psautohint-2.4.0-r1.ebuild index d09478843b..35d0793850 100644 --- a/dev-python/psautohint/psautohint-2.4.0-r1.ebuild +++ b/dev-python/psautohint/psautohint-2.4.0-r1.ebuild @@ -30,7 +30,10 @@ RDEPEND=" >=dev-python/fonttools-4.20[${PYTHON_USEDEP}] dev-python/fs[${PYTHON_USEDEP}] " -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] + test? ( dev-util/afdko ) +" DOCS=( doc {NEWS,README}.md )