diff options
| author | David Seifert <soap@gentoo.org> | 2019-12-28 17:13:16 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:13:16 +0100 |
| commit | 39e1ab0e874283cb3a90a75f1350c6008b2acf90 (patch) | |
| tree | cb66220721b352544865c7c54fb994b3f785f01b /dev-python | |
| parent | 43d797c405b9fb901751df49a0ee28795acdf29c (diff) | |
| download | gentoo-39e1ab0e874283cb3a90a75f1350c6008b2acf90.tar.gz gentoo-39e1ab0e874283cb3a90a75f1350c6008b2acf90.tar.bz2 gentoo-39e1ab0e874283cb3a90a75f1350c6008b2acf90.zip | |
dev-python/locustio: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/locustio/locustio-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
