Skip to content

Commit

Permalink
dev-python/flask-admin: Fix dev-python/pillow dependency
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.12, Repoman-2.3.3
  • Loading branch information
patricklauer committed Oct 22, 2017
1 parent 20d8755 commit 7abf9de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-python/flask-admin/flask-admin-1.4.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion dev-python/flask-admin/flask-admin-1.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7abf9de

Please sign in to comment.