dev-python/parsedatetime: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:50:27 +0000 (18:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:50:27 +0000 (18:50 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/parsedatetime/parsedatetime-2.4-r1.ebuild

index 5e114832a014b471e52816c49c1e5310e740e00c..fd2850beb01379734bf4b3e77be0dd89b9bfd3f2 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..7}} )
+PYTHON_COMPAT=( python3_{6..7} )
 
 inherit distutils-r1