dev-python/pysnmp: Add python 3.6 support.
authorJeroen Roovers <jer@gentoo.org>
Tue, 9 Jan 2018 15:26:53 +0000 (16:26 +0100)
committerJeroen Roovers <jer@gentoo.org>
Tue, 9 Jan 2018 15:28:20 +0000 (16:28 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/pysnmp/pysnmp-4.4.4.ebuild

index 130cd9e46904bc45dfd54ad8b76df3a16b3813d8..00cffc9dba0220a0c9d77785a518d35ebaf82d5d 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Python SNMP library"