commit: c46523a569a41cb1a4e7f9586bc3e0bffea3c630
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 06:31:39 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 06:46:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46523a5
dev-python/djangocms-text-ckeditor: fixed to use PYTHON_USEDEP
Reported in bug 618924
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild | 6 +++---
.../djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
index a2300962226..371afb085a8 100644
--- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
+++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.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="6"
@@ -19,9 +19,9 @@ IUSE=""
RDEPEND=""
DEPEND="
${RDEPEND}
- dev-python/setuptools
+ dev-python/setuptools[${PYTHON_USEDEP}]
"
-PDEPEND=">=dev-python/django-cms-3.2.0"
+PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]"
src_prepare() {
sed -i 's/find_packages()/find_packages(exclude=["tests"])/g'
"${S}/setup.py"
diff --git
a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
index ff2bf4fd5c9..371afb085a8 100644
--- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
+++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
@@ -19,9 +19,9 @@ IUSE=""
RDEPEND=""
DEPEND="
${RDEPEND}
- dev-python/setuptools
+ dev-python/setuptools[${PYTHON_USEDEP}]
"
-PDEPEND=">=dev-python/django-cms-3.2.0"
+PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]"
src_prepare() {
sed -i 's/find_packages()/find_packages(exclude=["tests"])/g'
"${S}/setup.py"