dev-python/flask-admin: Fix dev-python/pillow dependency

Package-Manager: Portage-2.3.12, Repoman-2.3.3
This commit is contained in:
Patrick Lauer
2017-10-22 16:44:10 +00:00
parent 20d8755f7d
commit 7abf9de6d3
2 changed files with 3 additions and 3 deletions

View File

@@ -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
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
dev-python/flask-babelex[${PYTHON_USEDEP}]
sci-libs/Shapely[${PYTHON_USEDEP}]
dev-python/geoalchemy2[${PYTHON_USEDEP}]
>=dev-python/pillow-2.9[${PYTHON_USEDEP},jpeg]
>=dev-python/pillow-2.9[${PYTHON_USEDEP},jpeg(+)]
)"
S="${WORKDIR}/${MY_P}"

View File

@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
dev-python/flask-babelex[${PYTHON_USEDEP}]
sci-libs/Shapely[${PYTHON_USEDEP}]
dev-python/geoalchemy2[${PYTHON_USEDEP}]
>=dev-python/pillow-2.9[${PYTHON_USEDEP},jpeg]
>=dev-python/pillow-2.9[${PYTHON_USEDEP},jpeg(+)]
)"
S="${WORKDIR}/${MY_P}"