diff options
author | Sam James <sam@gentoo.org> | 2022-08-06 03:55:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-06 03:55:45 +0100 |
commit | 6994a9d44688a2dcde3a0d74ef796937d7120495 (patch) | |
tree | 205b392f190434c9b48c34c82499489215382e4a /sci-libs | |
parent | dev-util/cppcheck: add missing DISTUTILS_DEPS (diff) | |
download | gentoo-6994a9d44688a2dcde3a0d74ef796937d7120495.tar.gz gentoo-6994a9d44688a2dcde3a0d74ef796937d7120495.tar.bz2 gentoo-6994a9d44688a2dcde3a0d74ef796937d7120495.zip |
sci-libs/dlib: add missing DISTUTILS_DEPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/dlib/dlib-19.24.ebuild | 13 |
1 files 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 ) |