diff --git a/dev-python/pysnmp/pysnmp-4.4.10.ebuild b/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild similarity index 96% rename from dev-python/pysnmp/pysnmp-4.4.10.ebuild rename to dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild index 353b4e38c5de0..842fff13fa28e 100644 --- a/dev-python/pysnmp/pysnmp-4.4.10.ebuild +++ b/dev-python/pysnmp/pysnmp-4.4.10-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit distutils-r1 DESCRIPTION="Python SNMP library" diff --git a/dev-python/pysnmp/pysnmp-999999.ebuild b/dev-python/pysnmp/pysnmp-999999.ebuild index f1a43eb17f047..1103f7a034912 100644 --- a/dev-python/pysnmp/pysnmp-999999.ebuild +++ b/dev-python/pysnmp/pysnmp-999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit distutils-r1 git-r3 DESCRIPTION="Python SNMP library"