summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild')
-rw-r--r--dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
index 7c68b9e97d25..15cc1410a40d 100644
--- a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
+++ b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
@@ -24,7 +24,7 @@ DEPEND="
${RDEPEND}
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"