dev-python/webassets: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:54:33 +0000 (07:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:15 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/webassets/webassets-0.12.1.ebuild

index df50fbcfa7c84b5245a93f60402538a2a5427ca5..89d0a354b5d4aec291bf51668e49ac15dd0de5e1 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1