diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-17 10:55:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-17 11:02:02 +0100 |
commit | 789d15d5e412341753d61e1cff17b4538fc09acf (patch) | |
tree | db1727c5bd15ad4aff223f3262cfa9c432bfed32 /net-analyzer/flent | |
parent | dev-python/pytest-mpl: Remove Python 2 (diff) | |
download | gentoo-789d15d5e412341753d61e1cff17b4538fc09acf.tar.gz gentoo-789d15d5e412341753d61e1cff17b4538fc09acf.tar.bz2 gentoo-789d15d5e412341753d61e1cff17b4538fc09acf.zip |
net-analyzer/flent: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/flent')
-rw-r--r-- | net-analyzer/flent/flent-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild index 81ba7b9749a6..e9a575668ac4 100644 --- a/net-analyzer/flent/flent-1.0.1-r1.ebuild +++ b/net-analyzer/flent/flent-1.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |