commit: 1d9c4ad727e07287e58c822f6aca62c419b844c7
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 07:32:29 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 07:33:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9c4ad7
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
dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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 0653b4c..051385d 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"