diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/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 a2300962226e..371afb085a84 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 ff2bf4fd5c9d..371afb085a84 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" |