diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-27 13:20:18 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-27 13:20:18 +0100 |
commit | 29ac4542b50da078d6a57e329f7b28bffa0f16f0 (patch) | |
tree | 1ce7fe59425357fdc1a8ce95be43c12d966a7628 /app-backup | |
parent | app-backup/borgmatic: add 1.5.16, drop 1.5.13 (diff) | |
download | gentoo-29ac4542b50da078d6a57e329f7b28bffa0f16f0.tar.gz gentoo-29ac4542b50da078d6a57e329f7b28bffa0f16f0.tar.bz2 gentoo-29ac4542b50da078d6a57e329f7b28bffa0f16f0.zip |
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@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.5.16.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-backup/borgmatic/borgmatic-1.5.16.ebuild b/app-backup/borgmatic/borgmatic-1.5.16.ebuild index a9f759659cf1..72cfe91c89cb 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}] ') |