commit:     cf0b0d69d8ac7e8df14964cf9ab8b20eb224ff33
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 21:25:14 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 21:25:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0b0d69

sci-biology/bedtools: Add missing ${PYTHON_DEPS} to BDEPEND

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/bedtools/bedtools-2.29.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-biology/bedtools/bedtools-2.29.2.ebuild 
b/sci-biology/bedtools/bedtools-2.29.2.ebuild
index de337827bf2..fbc1f3a9b4f 100644
--- a/sci-biology/bedtools/bedtools-2.29.2.ebuild
+++ b/sci-biology/bedtools/bedtools-2.29.2.ebuild
@@ -22,7 +22,9 @@ RDEPEND="
        app-arch/xz-utils
        sys-libs/zlib"
 DEPEND="${RDEPEND}"
-BDEPEND="test? ( >=sci-biology/samtools-1.10:0 )"
+BDEPEND="
+       ${PYTHON_DEPS}
+       test? ( >=sci-biology/samtools-1.10:0 )"
 
 S="${WORKDIR}"/${PN}2
 

Reply via email to