dev-python/djangocms-link: updated dependencies

Added PDEPEND to dev-python/django-cms
Updated RDEPEND to djangocms-attributes-field

Package-Manager: portage-2.3.2
This commit is contained in:
Slawomir Lis
2016-10-24 09:29:26 +02:00
parent bb7589721b
commit 1f14030937

View File

@@ -18,12 +18,14 @@ SLOT="0"
IUSE=""
RDEPEND="
>=dev-python/djangocms-attributes-field-0.1.1
dev-python/django-select2
"
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"