diff options
Diffstat (limited to 'dev-python/frozendict/frozendict-1.2.ebuild')
-rw-r--r-- | dev-python/frozendict/frozendict-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/frozendict/frozendict-1.2.ebuild b/dev-python/frozendict/frozendict-1.2.ebuild index 21b2884c4f77..7f149937f152 100644 --- a/dev-python/frozendict/frozendict-1.2.ebuild +++ b/dev-python/frozendict/frozendict-1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 |