commit: 2dbe974976583c7be4d45d94d563795794c2ed76
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 14:35:27 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 15:26:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbe9749
dev-python/easy-thumbnails: Add missing PYTHON_USEDEP
dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild
b/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild
index 2b65a03b069..6c10e91af04 100644
--- a/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild
+++ b/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild
@@ -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"
@@ -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}]
"