dev-python/basemap: Fix MissingUseDepDefault

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-01-30 23:42:27 +01:00
parent aa62522e1a
commit 4e46d918a1
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ CDEPEND="sci-libs/shapelib
>=dev-python/matplotlib-python2-0.98[${PYTHON_USEDEP}]
>=dev-python/matplotlib-0.98[${PYTHON_USEDEP}]
)
>=sci-libs/geos-3.3.1[python,${PYTHON_USEDEP}]"
>=sci-libs/geos-3.3.1[python(-),${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View File

@@ -21,7 +21,7 @@ CDEPEND="sci-libs/shapelib
>=dev-python/matplotlib-python2-0.98[${PYTHON_USEDEP}]
>=dev-python/matplotlib-0.98[${PYTHON_USEDEP}]
)
>=sci-libs/geos-3.3.1[python,${PYTHON_USEDEP}]"
>=sci-libs/geos-3.3.1[python(-),${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"