summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 14:00:19 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 14:02:58 +0200
commita76176a2296fd347bbb6848c488fe2f72faa4580 (patch)
tree2096f32122efcab8ba791522fee47cf099ee4390
parentwww-apache/mod_wsgi: Remove py2.7 (diff)
downloadgentoo-a76176a2.tar.gz
gentoo-a76176a2.tar.bz2
gentoo-a76176a2.zip
www-servers/uwsgi: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--www-servers/uwsgi/uwsgi-2.0.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
index 2ba21267a170..1f61916e28d7 100644
--- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="threads(+)"
RUBY_OPTIONAL="yes"