dev-python/pyxdg: Support python 3.5

Package-Manager: portage-2.2.24
This commit is contained in:
Pacho Ramos
2015-12-12 14:22:27 +01:00
parent be92e3c5e5
commit e6dd214962

View File

@@ -4,8 +4,7 @@
EAPI=5
# py3.3 removed due to nosetests
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="A Python module to deal with freedesktop.org specifications"