diff options
Diffstat (limited to 'dev-python/partd')
-rw-r--r-- | dev-python/partd/partd-1.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/partd/partd-1.2.0.ebuild b/dev-python/partd/partd-1.2.0.ebuild index f6f2f0a6e2c6..29532c22a714 100644 --- a/dev-python/partd/partd-1.2.0.ebuild +++ b/dev-python/partd/partd-1.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/locket[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] +BDEPEND=" test? ( dev-python/blosc[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] |