mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sci-libs/grib_api: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -31,7 +31,10 @@ RDEPEND="
|
||||
)
|
||||
netcdf? ( sci-libs/netcdf )
|
||||
png? ( media-libs/libpng:0= )
|
||||
python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
python? ( dev-lang/swig )"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -30,7 +30,10 @@ RDEPEND="
|
||||
jpeg2k? ( media-libs/jasper:= )
|
||||
netcdf? ( sci-libs/netcdf:= )
|
||||
png? ( media-libs/libpng:= )
|
||||
python? ( dev-python/numpy[${PYTHON_USEDEP}] )"
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
python? ( dev-lang/swig )
|
||||
|
||||
Reference in New Issue
Block a user