diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-10-24 09:33:36 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-10-24 09:34:01 +0200 |
commit | b302de2538649a616013f33a9c8e5e6f39013050 (patch) | |
tree | b9b39d8f78079000bc6aba0e2ac2ed9b21c3cb7a /dev-python/djangocms-text-ckeditor | |
parent | dev-python/djangocms-picture: updated dependencies (diff) | |
download | gentoo-b302de2538649a616013f33a9c8e5e6f39013050.tar.gz gentoo-b302de2538649a616013f33a9c8e5e6f39013050.tar.bz2 gentoo-b302de2538649a616013f33a9c8e5e6f39013050.zip |
dev-python/djangocms-text-ckeditor: Added PDEPEND to dev-python/django-cms
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/djangocms-text-ckeditor')
-rw-r--r-- | dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild | 2 |
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" |