diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:04:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:16 +0100 |
commit | de1f6045208338792c30e60245fdd7873451497e (patch) | |
tree | 488584c9ac1c33b12881f9bfda90db742f02db13 /net-analyzer | |
parent | dev-python/smmap2: Remove py2 (diff) | |
download | gentoo-de1f6045208338792c30e60245fdd7873451497e.tar.gz gentoo-de1f6045208338792c30e60245fdd7873451497e.tar.bz2 gentoo-de1f6045208338792c30e60245fdd7873451497e.zip |
net-analyzer/ripe-atlas-tools: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild index fe1fedc35fa3..736af6b37ae0 100644 --- a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild +++ b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |