diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-06-02 08:31:39 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-06-02 08:46:41 +0200 |
commit | c46523a569a41cb1a4e7f9586bc3e0bffea3c630 (patch) | |
tree | 5dcc93a9cc9dd7ad1bf2aae1a74a854a299847d3 /dev-python | |
parent | dev-python/djangocms-text-ckeditor: drop old (diff) | |
download | gentoo-c46523a569a41cb1a4e7f9586bc3e0bffea3c630.tar.gz gentoo-c46523a569a41cb1a4e7f9586bc3e0bffea3c630.tar.bz2 gentoo-c46523a569a41cb1a4e7f9586bc3e0bffea3c630.zip |
dev-python/djangocms-text-ckeditor: fixed to use PYTHON_USEDEP
Reported in bug 618924
Package-Manager: Portage-2.3.6, Repoman-2.3.2
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" |