Skip to content

Commit

Permalink
dev-python/pyxdg: Support python 3.5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
pacho2 committed Dec 12, 2015
1 parent be92e3c commit e6dd214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-python/pyxdg/pyxdg-0.25-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e6dd214

Please sign in to comment.