summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/djangocms-text-ckeditor')
-rw-r--r--dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 d47d00b486c7..2c029a954668 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"