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
This commit is contained in:
Slawomir Lis
2016-10-24 09:14:34 +02:00
parent b6f67adb9e
commit bb7589721b

View File

@@ -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"