diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:02:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:12 +0100 |
commit | 6f70b26ac6d691437e29486d4cd9adaf00ea8b18 (patch) | |
tree | 9777b812001124c139b4cb237aee71914cd98b83 /net-analyzer/carl | |
parent | media-gfx/scour: Remove py2 (diff) | |
download | gentoo-6f70b26ac6d691437e29486d4cd9adaf00ea8b18.tar.gz gentoo-6f70b26ac6d691437e29486d4cd9adaf00ea8b18.tar.bz2 gentoo-6f70b26ac6d691437e29486d4cd9adaf00ea8b18.zip |
net-analyzer/carl: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/carl')
-rw-r--r-- | net-analyzer/carl/carl-0.9-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/carl/carl-0.9-r2.ebuild b/net-analyzer/carl/carl-0.9-r2.ebuild index 2a253f333ee2..9b6e70a1512c 100644 --- a/net-analyzer/carl/carl-0.9-r2.ebuild +++ b/net-analyzer/carl/carl-0.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} pypy3) +PYTHON_COMPAT=( python3_6 pypy3) inherit distutils-r1 |