From 1ed3b0ab068048ffb77b90c00465fcaa9df75de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 16 Jan 2020 06:17:48 +0100 Subject: dev-python/netcdf4-python: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild') diff --git a/dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild b/dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild index 6496b8352697..04caabe5fdf3 100644 --- a/dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild +++ b/dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" - dev-python/numpy + dev-python/numpy[${PYTHON_USEDEP}] sci-libs/hdf5 sci-libs/netcdf:=[hdf,hdf5]" BDEPEND="${RDEPEND}" -- cgit v1.2.3