diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild index 40de035a89c50..f5e3b86695a88 100644 --- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1