summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-10-24 09:32:29 +0200
committerSlawomir Lis <slis@gentoo.org>2016-10-24 09:33:58 +0200
commit1d9c4ad727e07287e58c822f6aca62c419b844c7 (patch)
tree03cf9cf46a2147a0c94271ef172ed2af2f9a47a1 /dev-python/djangocms-picture
parentdev-python/djangocms-link: updated dependencies (diff)
downloadgentoo-1d9c4ad727e07287e58c822f6aca62c419b844c7.tar.gz
gentoo-1d9c4ad727e07287e58c822f6aca62c419b844c7.tar.bz2
gentoo-1d9c4ad727e07287e58c822f6aca62c419b844c7.zip
dev-python/djangocms-picture: updated dependencies
Added PDEPEND to dev-python/django-cms and updated RDEPEND to djangocms-attributes-field and django-filer Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/djangocms-picture')
-rw-r--r--dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
index 0653b4c44631..051385d37a0f 100644
--- a/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
+++ b/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
@@ -17,11 +17,15 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
-RDEPEND=""
+RDEPEND="
+ >=dev-python/djangocms-attributes-field-0.1.1
+ >=dev-python/django-filer-1.2.4
+"
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"