commit: 3ea82d5c2673459b23bb4edbc29bfe72c113da0b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed May 3 15:30:01 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed May 3 15:30:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ea82d5c
dev-python/psautohint: add missing test dep
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
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 d09478843..35d079385 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 )