From bb7589721b11da0710182c16efc9e912afedcab2 Mon Sep 17 00:00:00 2001 From: Slawomir Lis Date: Mon, 24 Oct 2016 09:14:34 +0200 Subject: dev-python/djangocms-video: Updated dependencies Added PDEPEND to dev-python/django-cms Updated RDEPEND to djangocms-attributes-field and django-filer Package-Manager: portage-2.3.2 --- dev-python/djangocms-video/djangocms-video-2.0.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild index 2b1ae72a5cf8..318d6ea33113 100644 --- a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild +++ b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild @@ -17,11 +17,15 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="test" -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" -- cgit v1.2.3-65-gdbad