diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 23:40:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-15 00:04:53 +0100 |
commit | 4a3139b374f944c0b945b1eb2e6410aedccc4555 (patch) | |
tree | 1be1d70dd24a430267afdb63f20753ed00aedce8 /sci-geosciences | |
parent | dev-python/owslib: New package (diff) | |
download | gentoo-4a3139b374f944c0b945b1eb2e6410aedccc4555.tar.gz gentoo-4a3139b374f944c0b945b1eb2e6410aedccc4555.tar.bz2 gentoo-4a3139b374f944c0b945b1eb2e6410aedccc4555.zip |
sci-geosciences/qgis: Depends on dev-python/owslib
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 3bb8a29f2390..a167a5305cf5 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_5 ) PYTHON_REQ_USE="sqlite" QT_MIN_VER="5.9.1" @@ -67,6 +67,7 @@ COMMON_DEPEND=" dev-python/httplib2[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/markupsafe[${PYTHON_USEDEP}] + dev-python/owslib[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt5[sql,svg,webkit?,${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] |