dev-python/python-debian: Add python3.5

Package-Manager: portage-2.2.25
This commit is contained in:
Mike Gilbert
2015-11-17 18:44:58 -05:00
parent c6569d9845
commit 37336fd73a

View File

@@ -4,7 +4,7 @@
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-0.1.26-fix-tests.patch
)
)
python_compile_all() {
"${PYTHON}" lib/debian/doc-debtags > README.debtags || die