summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-23 20:15:40 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-23 20:15:40 +0100
commit41cb9ba380147d427638f0e6db1d0ed713e7280f (patch)
tree62b1b68fd9be80ab2bc9fc6758c9be8697cd5079 /dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
parentdev-python/django-select2: Version Bump (diff)
downloadgentoo-41cb9ba380147d427638f0e6db1d0ed713e7280f.tar.gz
gentoo-41cb9ba380147d427638f0e6db1d0ed713e7280f.tar.bz2
gentoo-41cb9ba380147d427638f0e6db1d0ed713e7280f.zip
dev-python/djangocms-picture: Add missing PYTHON_USEDEP
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/djangocms-picture/djangocms-picture-0.1.ebuild')
-rw-r--r--dev-python/djangocms-picture/djangocms-picture-0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
index 14c968be3601..22a63543cb4d 100644
--- a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
+++ b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
@@ -20,5 +20,5 @@ IUSE=""
RDEPEND=""
DEPEND="
${RDEPEND}
- dev-python/setuptools
-" \ No newline at end of file
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"