app-admin/ansible-lint: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:30:32 +0000 (16:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:31:30 +0000 (16:31 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-admin/ansible-lint/ansible-lint-4.0.1.ebuild

index 1041aa43081850173546933fdacea326c1c7e0c0..9394ae41b460041064dbbcdebbd941910c7c888a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1