Skip to content

Commit

Permalink
dev-python/easy-thumbnails: Add missing PYTHON_USEDEP
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Apr 26, 2017
1 parent 4030913 commit 2dbe974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-python/easy-thumbnails/easy-thumbnails-2.3.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="5"
Expand All @@ -17,10 +17,10 @@ SLOT="0"
IUSE=""

RDEPEND="
>=dev-python/django-1.4
>=dev-python/django-1.4[${PYTHON_USEDEP}]
"

DEPEND="
${RDEPEND}
dev-python/setuptools
dev-python/setuptools[${PYTHON_USEDEP}]
"

0 comments on commit 2dbe974

Please sign in to comment.