diff options
author | Sam James <sam@gentoo.org> | 2021-09-18 04:00:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-18 04:00:41 +0100 |
commit | 718538bb3a58d42b9c5407f96238c9ce30cdfc1b (patch) | |
tree | 21f953ead551173d107cff1d41bcad42ae9f329a /dev-util/diffoscope | |
parent | dev-libs/libinput: fix mismatch b/t python_check_deps and BDEPEND (diff) | |
download | gentoo-718538bb3a58d42b9c5407f96238c9ce30cdfc1b.tar.gz gentoo-718538bb3a58d42b9c5407f96238c9ce30cdfc1b.tar.bz2 gentoo-718538bb3a58d42b9c5407f96238c9ce30cdfc1b.zip |
dev-util/diffoscope: DEPEND -> BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r-- | dev-util/diffoscope/diffoscope-184.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-util/diffoscope/diffoscope-184.ebuild b/dev-util/diffoscope/diffoscope-184.ebuild index 086eecc95294..de3d809fe6a8 100644 --- a/dev-util/diffoscope/diffoscope-184.ebuild +++ b/dev-util/diffoscope/diffoscope-184.ebuild @@ -25,13 +25,10 @@ RESTRICT="!test? ( test )" # pull in optional tools for tests: # img2txt: bug #797688 # docx2txt: bug #797688 -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( +BDEPEND="test? ( app-text/docx2txt media-libs/libcaca - ) -" + )" RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}] dev-python/libarchive-c[${PYTHON_USEDEP}] dev-python/distro[${PYTHON_USEDEP}] |