diff options
Diffstat (limited to 'dev-python/jsonpointer')
-rw-r--r-- | dev-python/jsonpointer/jsonpointer-1.10.ebuild | 2 | ||||
-rw-r--r-- | dev-python/jsonpointer/jsonpointer-1.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonpointer/jsonpointer-1.10.ebuild b/dev-python/jsonpointer/jsonpointer-1.10.ebuild index cfd0b4d1baac..9577931d13bc 100644 --- a/dev-python/jsonpointer/jsonpointer-1.10.ebuild +++ b/dev-python/jsonpointer/jsonpointer-1.10.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/jsonpointer/jsonpointer-1.7.ebuild b/dev-python/jsonpointer/jsonpointer-1.7.ebuild index 5a70a32ce7c7..04aec3e74a97 100644 --- a/dev-python/jsonpointer/jsonpointer-1.7.ebuild +++ b/dev-python/jsonpointer/jsonpointer-1.7.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) inherit distutils-r1 |