diff options
-rw-r--r-- | dev-python/pynzb/pynzb-0.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pynzb/pynzb-0.1.0-r1.ebuild b/dev-python/pynzb/pynzb-0.1.0-r1.ebuild index 45db71e17de5..136c1a2f48fd 100644 --- a/dev-python/pynzb/pynzb-0.1.0-r1.ebuild +++ b/dev-python/pynzb/pynzb-0.1.0-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Unified API for parsing NZB files" |