diff options
Diffstat (limited to 'dev-python/pyinotify/pyinotify-0.9.6.ebuild')
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild index bcebb55cbf8d..1b22f88ce43c 100644 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |