diff --git a/dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild index 9859e21d3d31a..8742877d2e995 100644 --- a/dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild +++ b/dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{3,4}} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 @@ -17,9 +18,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/unidecode[${PYTHON_USEDEP}] )" RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/unidecode[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_PN}-${PV}"