diff options
-rw-r--r-- | dev-python/CacheControl/CacheControl-0.11.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/CacheControl/CacheControl-0.11.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/CacheControl/CacheControl-0.11.5.ebuild b/dev-python/CacheControl/CacheControl-0.11.5.ebuild index b94ab409d73e..e5f99262feb7 100644 --- a/dev-python/CacheControl/CacheControl-0.11.5.ebuild +++ b/dev-python/CacheControl/CacheControl-0.11.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python3_{5,6} pypy3 ) inherit distutils-r1 eutils diff --git a/dev-python/CacheControl/CacheControl-0.11.7.ebuild b/dev-python/CacheControl/CacheControl-0.11.7.ebuild index 1f4b641c651f..c20d2779e05f 100644 --- a/dev-python/CacheControl/CacheControl-0.11.7.ebuild +++ b/dev-python/CacheControl/CacheControl-0.11.7.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python3_{5,6} pypy3 ) inherit distutils-r1 eutils |