virtual/python-singledispatch: Enable python3.6

This commit is contained in:
Michał Górny
2017-01-26 23:30:41 +01:00
parent e5d3d85e00
commit f9c532ae16

View File

@@ -4,11 +4,11 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch module"
DESCRIPTION="A virtual for the Python functools.singledispatch function"
HOMEPAGE=""
SRC_URI=""