summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-07 03:02:06 +0100
committerSam James <sam@gentoo.org>2022-06-07 03:02:06 +0100
commit3722f754633302fb67148de678233460fe231896 (patch)
tree03de5e7217b90b88bccf8dd48ed861b9bb0611a8 /sci-geosciences/qgis/qgis-9999.ebuild
parentsys-fs/eudev: add 3.2.12_pre1 (unkeyworded) (diff)
downloadgentoo-3722f754633302fb67148de678233460fe231896.tar.gz
gentoo-3722f754633302fb67148de678233460fe231896.tar.bz2
gentoo-3722f754633302fb67148de678233460fe231896.zip
sci-geosciences/qgis: adapt to gdal python-single-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/qgis/qgis-9999.ebuild')
-rw-r--r--sci-geosciences/qgis/qgis-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild
index b37b4735abda..4bfe90fabac7 100644
--- a/sci-geosciences/qgis/qgis-9999.ebuild
+++ b/sci-geosciences/qgis/qgis-9999.ebuild
@@ -71,6 +71,7 @@ COMMON_DEPEND="
postgres? ( dev-db/postgresql:= )
python? (
${PYTHON_DEPS}
+ >=sci-libs/gdal-2.2.3[python,${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-python/future[${PYTHON_USEDEP}]
dev-python/httplib2[${PYTHON_USEDEP}]
@@ -87,7 +88,6 @@ COMMON_DEPEND="
dev-python/requests[${PYTHON_USEDEP}]
<dev-python/sip-5:=[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
- >=sci-libs/gdal-2.2.3[python,${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
')
)