dev-python/nose_warnings_filters: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:43:38 +0000 (17:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:53:04 +0000 (17:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r2.ebuild

index 62c712d5d4f56625073826814b3d1bfd358d2713..1a3527617a3dd5bd13ccd5b0d8033ef414f885bb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1