dev-python/aldryn-common: updated to use PYTHON_USEDEP

Also dropped some PYTHON_COMPAT, as they're not matched with aldryn-boilerplates
Reported in bug 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Slawomir Lis
2017-05-23 08:08:51 +02:00
parent 28e86e6a09
commit 7dd0821640

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -17,14 +17,14 @@ SLOT="0"
IUSE=""
RDEPEND="
dev-python/aldryn-boilerplates
dev-python/six
>=dev-python/django-sortedm2m-1.2.2
dev-python/aldryn-boilerplates[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/django-sortedm2m-1.2.2[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
dev-python/setuptools
dev-python/setuptools[${PYTHON_USEDEP}]
"
src_prepare() {