dev-python/citeproc-py: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:37:29 +0000 (16:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:40:16 +0000 (16:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild

index 326dcbec5f6b55eaac9304a0dca612fa8e64ec0d..5a6963b71c4be5a037e4383961c3c5711af2ab04 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Yet another Python CSL Processor"