projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e7816
)
dev-python/twisted: Remove python2_7 from PYTHON_COMPAT
author
Brian Dolbec
<dolsen@gentoo.org>
Mon, 27 Apr 2020 01:52:55 +0000
(18:52 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/dev-python/twisted/twisted-20.3.0.ebuild
b/dev-python/twisted/twisted-20.3.0.ebuild
index c35ab596c1cfcb36047317c410c178fcb1fa2cac..90dfb037cdf49e24ad806f6ed8b52863633f1c34 100644
(file)
--- a/
dev-python/twisted/twisted-20.3.0.ebuild
+++ b/
dev-python/twisted/twisted-20.3.0.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 virtualx