Skip to content

Commit

Permalink
dev-python/djangocms-video: Updated dependencies
Browse files Browse the repository at this point in the history
Added PDEPEND to dev-python/django-cms
Updated RDEPEND to djangocms-attributes-field and django-filer

Package-Manager: portage-2.3.2
  • Loading branch information
Slawomir Lis committed Oct 24, 2016
1 parent b6f67ad commit bb75897
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb75897

Please sign in to comment.