summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-23 20:10:56 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-23 20:10:56 +0100
commit28904399a4b5e5cb0e13ad4fbe002274a097b948 (patch)
tree8df97d8f4146243e43114f8ebdec2bbe7af38ba9 /dev-python/djangocms-teaser/djangocms-teaser-0.1.ebuild
parentdev-python/djangocms-inherit: Add missing PYTHON_USEDEP (diff)
downloadgentoo-28904399a4b5e5cb0e13ad4fbe002274a097b948.tar.gz
gentoo-28904399a4b5e5cb0e13ad4fbe002274a097b948.tar.bz2
gentoo-28904399a4b5e5cb0e13ad4fbe002274a097b948.zip
dev-python/djangocms-teaser: Add missing PYTHON_USEDEP
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/djangocms-teaser/djangocms-teaser-0.1.ebuild')
-rw-r--r--dev-python/djangocms-teaser/djangocms-teaser-0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/djangocms-teaser/djangocms-teaser-0.1.ebuild b/dev-python/djangocms-teaser/djangocms-teaser-0.1.ebuild
index cc768ccedbc8..773224e18e96 100644
--- a/dev-python/djangocms-teaser/djangocms-teaser-0.1.ebuild
+++ b/dev-python/djangocms-teaser/djangocms-teaser-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}]
+"