dev-python/pyclipper: python2 support not needed by revdeps
authorPacho Ramos <pacho@gentoo.org>
Thu, 30 Apr 2020 17:15:35 +0000 (19:15 +0200)
committerPacho Ramos <pacho@gentoo.org>
Thu, 30 Apr 2020 17:15:35 +0000 (19:15 +0200)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild

index e01613c52f834a7c317a7032e604cff81c5a8d69..92d5751de0918cdacdfae7e93dbd0a69f4f9aaea 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library"