diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-09 11:52:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-09 12:31:29 +0300 |
commit | 1c82ccd2949ea6d046c696906c83464ea9f43ec9 (patch) | |
tree | 4a12d4272e0dfbbc1bbae25dc0fe7974c22fc3e9 /sci-biology | |
parent | app-i18n/libkkc-data: add missing dependency (diff) | |
download | gentoo-1c82ccd2949ea6d046c696906c83464ea9f43ec9.tar.gz gentoo-1c82ccd2949ea6d046c696906c83464ea9f43ec9.tar.bz2 gentoo-1c82ccd2949ea6d046c696906c83464ea9f43ec9.zip |
sci-biology/pysam: block <setuptools-58 for 0.16.0.1
Was fixed for 0.17.0
Bug: https://bugs.gentoo.org/812242
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/pysam/pysam-0.16.0.1-r1.ebuild (renamed from sci-biology/pysam/pysam-0.16.0.1.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/pysam/pysam-0.16.0.1.ebuild b/sci-biology/pysam/pysam-0.16.0.1-r1.ebuild index ec09bbe1f8c9..e27c998bb917 100644 --- a/sci-biology/pysam/pysam-0.16.0.1.ebuild +++ b/sci-biology/pysam/pysam-0.16.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,10 +18,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="=sci-libs/htslib-1.10*:=" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + <dev-python/setuptools-58[${PYTHON_USEDEP}] test? ( =sci-biology/bcftools-1.10* =sci-biology/samtools-1.10* |