commit: 6994a9d44688a2dcde3a0d74ef796937d7120495
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 02:55:12 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 02:55:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6994a9d4
sci-libs/dlib: add missing DISTUTILS_DEPS
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/dlib/dlib-19.24.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/sci-libs/dlib/dlib-19.24.ebuild b/sci-libs/dlib/dlib-19.24.ebuild
index 961c180ef7c2..7390b5b72a3d 100644
--- a/sci-libs/dlib/dlib-19.24.ebuild
+++ b/sci-libs/dlib/dlib-19.24.ebuild
@@ -32,10 +32,15 @@ RDEPEND="
sqlite? ( dev-db/sqlite:3 )
X? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}"
-BDEPEND="python? ( test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
-) )"
+BDEPEND="
+ python? (
+ ${DISTUTILS_DEPS}
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pip[${PYTHON_USEDEP}]
+ )
+ )
+"
DOCS=( docs/README.txt )