commit: 29ac4542b50da078d6a57e329f7b28bffa0f16f0 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Jul 27 12:20:18 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Jul 27 12:20:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ac4542
app-backup/borgmatic: test-bdepend on app-editors/vim-core Needed because tests/integration/test_execute calls xxd. Closes: https://bugs.gentoo.org/804636 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-backup/borgmatic/borgmatic-1.5.16.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-backup/borgmatic/borgmatic-1.5.16.ebuild b/app-backup/borgmatic/borgmatic-1.5.16.ebuild index a9f759659cf..72cfe91c89c 100644 --- a/app-backup/borgmatic/borgmatic-1.5.16.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.16.ebuild @@ -25,8 +25,10 @@ RDEPEND="app-backup/borgbackup dev-python/requests[${PYTHON_USEDEP}] <dev-python/ruamel-yaml-0.18.0[${PYTHON_USEDEP}] ')" +# one of the tests needs xxd BDEPEND=" test? ( + app-editors/vim-core $(python_gen_cond_dep ' dev-python/flexmock[${PYTHON_USEDEP}] ')
