diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:09:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:16:48 +0200 |
commit | 021b3c20f3ab84d750bb3d11579477dcda35dc68 (patch) | |
tree | 358dfccf178bfa7de93d5772af67b5bae523affe /dev-python/gevent-websocket | |
parent | dev-python/geoip-python: Remove py2.7 (diff) | |
download | gentoo-021b3c20f3ab84d750bb3d11579477dcda35dc68.tar.gz gentoo-021b3c20f3ab84d750bb3d11579477dcda35dc68.tar.bz2 gentoo-021b3c20f3ab84d750bb3d11579477dcda35dc68.zip |
dev-python/gevent-websocket: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gevent-websocket')
-rw-r--r-- | dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild index 8723a4a8b4b7..70fe16344d32 100644 --- a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild +++ b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |