dev-python/easy-thumbnails: Add missing PYTHON_USEDEP
authorMichał Górny <mgorny@gentoo.org>
Wed, 26 Apr 2017 14:35:27 +0000 (16:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 26 Apr 2017 15:26:31 +0000 (17:26 +0200)
dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild

index 2b65a03b069b506b85cc4678c744ff063af61210..6c10e91af0429dccbee35417397a0fc16bb8166b 100644 (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="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}]
 "