diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-04-26 18:52:55 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-05-08 17:50:51 -0700 |
commit | 564d7f2030335201da5cea5fb57ed39f6e839229 (patch) | |
tree | 1794e4792fea3e282b943a1b4ac8e894fd29b718 /dev-python/twisted | |
parent | dev-python/setuptools_trial: Revision bump, adds python 3.7, 3.8 (diff) | |
download | gentoo-564d7f2030335201da5cea5fb57ed39f6e839229.tar.gz gentoo-564d7f2030335201da5cea5fb57ed39f6e839229.tar.bz2 gentoo-564d7f2030335201da5cea5fb57ed39f6e839229.zip |
dev-python/twisted: Remove python2_7 from PYTHON_COMPAT
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>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-20.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twisted/twisted-20.3.0.ebuild b/dev-python/twisted/twisted-20.3.0.ebuild index c35ab596c1cf..90dfb037cdf4 100644 --- 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=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 virtualx |