From: David Seifert Date: Sat, 28 Dec 2019 16:13:16 +0000 (+0100) Subject: dev-python/locustio: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=39e1ab0e874283cb3a90a75f1350c6008b2acf90;p=gentoo.git dev-python/locustio: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/locustio/locustio-0.9.0.ebuild b/dev-python/locustio/locustio-0.9.0.ebuild index 0a39fd42fe4c..47f82b8ee56d 100644 --- a/dev-python/locustio/locustio-0.9.0.ebuild +++ b/dev-python/locustio/locustio-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="A python utility for doing easy, distributed load testing of a web site"