dev-python/pysnmp-mibs: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:46:26 +0000 (20:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:53:29 +0000 (20:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild

index 4df3e04ae69dc02cefd8ab8641eab6587f6612e4..28c60b26cb5814ca9038dcb8a338cbc3dae110bc 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_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1