dev-python/twisted: Remove python2_7 from PYTHON_COMPAT
authorBrian Dolbec <dolsen@gentoo.org>
Mon, 27 Apr 2020 01:52:55 +0000 (18:52 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Sat, 9 May 2020 00:50:51 +0000 (17:50 -0700)
The twisted-20.3.0-py38-cgi.patch breaks python-2.7 compatibilty

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
dev-python/twisted/twisted-20.3.0.ebuild

index c35ab596c1cfcb36047317c410c178fcb1fa2cac..90dfb037cdf49e24ad806f6ed8b52863633f1c34 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 virtualx