Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dlib/
Date: Sat, 06 Aug 2022 02:56:01
Message-Id: 1659754545.6994a9d44688a2dcde3a0d74ef796937d7120495.sam@gentoo
1 commit: 6994a9d44688a2dcde3a0d74ef796937d7120495
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 02:55:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 02:55:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6994a9d4
7
8 sci-libs/dlib: add missing DISTUTILS_DEPS
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/dlib/dlib-19.24.ebuild | 13 +++++++++----
13 1 file changed, 9 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-libs/dlib/dlib-19.24.ebuild b/sci-libs/dlib/dlib-19.24.ebuild
16 index 961c180ef7c2..7390b5b72a3d 100644
17 --- a/sci-libs/dlib/dlib-19.24.ebuild
18 +++ b/sci-libs/dlib/dlib-19.24.ebuild
19 @@ -32,10 +32,15 @@ RDEPEND="
20 sqlite? ( dev-db/sqlite:3 )
21 X? ( x11-libs/libX11 )"
22 DEPEND="${RDEPEND}"
23 -BDEPEND="python? ( test? (
24 - dev-python/pytest[${PYTHON_USEDEP}]
25 - dev-python/pip[${PYTHON_USEDEP}]
26 -) )"
27 +BDEPEND="
28 + python? (
29 + ${DISTUTILS_DEPS}
30 + test? (
31 + dev-python/pytest[${PYTHON_USEDEP}]
32 + dev-python/pip[${PYTHON_USEDEP}]
33 + )
34 + )
35 +"
36
37 DOCS=( docs/README.txt )