commit: b302de2538649a616013f33a9c8e5e6f39013050
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 07:33:36 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 07:34:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b302de25
dev-python/djangocms-text-ckeditor: Added PDEPEND to dev-python/django-cms
Package-Manager: portage-2.3.2
dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild
b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild
index d47d00b..2c029a9 100644
--- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild
+++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild
@@ -18,11 +18,11 @@ SLOT="0"
IUSE=""
RDEPEND=""
-
DEPEND="
${RDEPEND}
dev-python/setuptools
"
+PDEPEND=">=dev-python/django-cms-3.2.0"
src_prepare() {
sed -i 's/find_packages()/find_packages(exclude=["tests"])/g'
"${S}/setup.py"